Skip to content

Commit

Permalink
update to v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketW committed Nov 13, 2022
1 parent de0da25 commit cb1638a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
)

var (
version = "0.8.5"
version = "0.8.6"
codename = "XrayR"
intro = "A Xray backend that supports many panels"
)
Expand Down

0 comments on commit cb1638a

Please sign in to comment.