We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8d8f4 commit afec9afCopy full SHA for afec9af
server/conf/server-sample.toml
@@ -47,6 +47,7 @@ proxy_protocol = false
47
link_mode = "tun"
48
49
#客户端分配的ip地址池
50
+#docker环境一般默认 eth0,其他情况根据实际网卡信息填写
51
ipv4_master = "eth0"
52
ipv4_cidr = "192.168.90.0/24"
53
ipv4_gateway = "192.168.90.1"
@@ -100,4 +101,5 @@ no_compress_limit = 256
100
101
#客户端显示详细错误信息(线上环境慎开启)
102
display_error = false
103
-
104
+#排除出口ip路由(出口ip不加密传输)
105
+exclude_export_ip = true
server/conf/server.toml
@@ -40,6 +40,7 @@ max_user_client = 3
40
#虚拟网络类型[tun macvtap]
41
42
43
44
45
46
yarn.lock
0 commit comments