xinetd-client-config 199 B

1234567891011
  1. # This OpenVPN config file
  2. # is the client side counterpart
  3. # of xinetd-server-config
  4. dev tun
  5. ifconfig 10.4.0.1 10.4.0.2
  6. remote my-server
  7. port 1194
  8. user nobody
  9. secret /root/openvpn/key
  10. inactive 600