Browse Source

fixed client config

master
Robin Thoni 8 years ago
parent
commit
836963f58e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vpngen/default/clients/client.conf

+ 1
- 1
vpngen/default/clients/client.conf View File

1
 # Client
1
 # Client
2
 client
2
 client
3
-dev tun
3
+dev ${dev}
4
 proto tcp-client
4
 proto tcp-client
5
 remote ${hostname} ${port}
5
 remote ${hostname} ${port}
6
 resolv-retry infinite
6
 resolv-retry infinite

Loading…
Cancel
Save