• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
1# This OpenVPN config file
2# is the client side counterpart
3# of xinetd-server-config
4
5dev tun
6ifconfig 10.4.0.1 10.4.0.2
7remote my-server
8port 1194
9user nobody
10secret /root/openvpn/key
11inactive 600
12