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,6 +1,6 @@
1 1
 # Client
2 2
 client
3
-dev tun
3
+dev ${dev}
4 4
 proto tcp-client
5 5
 remote ${hostname} ${port}
6 6
 resolv-retry infinite

Loading…
Cancel
Save