diff --git a/main/config.yml.example b/main/config.yml.example index 0e9e7ee..d503cbf 100644 --- a/main/config.yml.example +++ b/main/config.yml.example @@ -33,7 +33,6 @@ Nodes: EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well DNSType: AsIs # AsIs, UseIP, UseIPv4, UseIPv6, DNS strategy EnableProxyProtocol: false # Only works for WebSocket and TCP - EnableFallback: false # Only support for Trojan and Vless AutoSpeedLimitConfig: Limit: 0 # Warned speed. Set to 0 to disable AutoSpeedLimit (mbps) WarnTimes: 0 # After (WarnTimes) consecutive warnings, the user will be limited. Set to 0 to punish overspeed user immediately. @@ -46,6 +45,7 @@ Nodes: RedisDB: 0 # Redis DB Timeout: 5 # Timeout for redis request Expiry: 60 # Expiry time (second) + EnableFallback: false # Only support for Trojan and Vless FallBackConfigs: # Support multiple fallbacks - SNI: # TLS SNI(Server Name Indication), Empty for any diff --git a/main/main.go b/main/main.go index d657ccc..ce96527 100644 --- a/main/main.go +++ b/main/main.go @@ -24,7 +24,7 @@ var ( ) var ( - version = "0.8.5" + version = "0.8.6" codename = "XrayR" intro = "A Xray backend that supports many panels" )