class Net::Openvpn::Server

def load

def load
  @config = Net::Openvpn::Parser::ServerConfig.parse(File.read(path))
end