openvpn.confd 1.0 KB

12345678910111213141516171819202122232425262728
  1. # Configuration for /etc/init.d/openvpn{,.*}
  2. # OpenVPN can run in many modes. Most people want the init script to
  3. # automatically detect the mode and try and apply a good default configuration
  4. # and setup scripts. However, there are cases where the OpenVPN configuration
  5. # looks like a client, but it's really a peer or something else.
  6. # detect_client controls this behaviour.
  7. #detect_client="yes"
  8. # Path of the OpenVPN configuration file to load.
  9. # Default is /etc/openvpn/openvpn.conf, or /etc/openvpn/<vpn>.conf if
  10. # the runscript is symlinked to openvpn.<vpn> or <vpn>.
  11. #cfgfile=
  12. # The script to run in client mode after successful TUN/TAP device open.
  13. #up_script="/etc/openvpn/up.sh"
  14. # The script to run in client mode after TUN/TAP device close.
  15. #down_script="/etc/openvpn/down.sh"
  16. # OpenVPN automatically creates an /etc/resolv.conf (or sends it to
  17. # resolvconf) if given DNS information by the OpenVPN server.
  18. # Set to "no" to stop this.
  19. #peer_dns="yes"
  20. # Additional arguments to pass to openvpn.
  21. #command_args=