mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-10 05:10:56 +08:00
修复断线重连后的bug
添加 proxy protocol v1 的支持
This commit is contained in:
3
conf/.gitignore
vendored
3
conf/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
#过滤本地证书文件
|
||||
vpn_cert.key
|
||||
vpn_cert.pem
|
@@ -10,6 +10,8 @@ cert_key = "./vpn_cert.key"
|
||||
#服务监听的地址
|
||||
server_addr = ":443"
|
||||
debug_addr = "127.0.0.1:8800"
|
||||
#开启tcp proxy protocol协议
|
||||
proxy_protocol = false
|
||||
|
||||
#用户组
|
||||
link_groups = ["one", "two"]
|
||||
|
Reference in New Issue
Block a user