mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-11-06 20:26:22 +08:00
修复断线重连后的bug
添加 proxy protocol v1 的支持
This commit is contained in:
@@ -27,6 +27,7 @@ type ServerConfig struct {
|
||||
UserFile string `toml:"user_file"`
|
||||
ServerAddr string `toml:"server_addr"`
|
||||
DebugAddr string `toml:"debug_addr"`
|
||||
ProxyProtocol bool `toml:"proxy_protocol"`
|
||||
CertFile string `toml:"cert_file"`
|
||||
CertKey string `toml:"cert_key"`
|
||||
LinkGroups []string `toml:"link_groups"`
|
||||
|
||||
Reference in New Issue
Block a user