update to v0.8.6

This commit is contained in:
pocketW 2022-11-13 13:08:12 +11:00
parent de0da25c21
commit cb1638ac21
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ var (
)
var (
version = "0.8.5"
version = "0.8.6"
codename = "XrayR"
intro = "A Xray backend that supports many panels"
)