瀏覽代碼

fixed client config

master
Robin Thoni 10 年之前
父節點
當前提交
836963f58e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vpngen/default/clients/client.conf

+ 1
- 1
vpngen/default/clients/client.conf 查看文件

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…
取消
儲存