mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-08 13:29:54 +00:00
update to v0.8.6
This commit is contained in:
parent
de0da25c21
commit
cb1638ac21
@ -33,7 +33,6 @@ Nodes:
|
|||||||
EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well
|
EnableDNS: false # Use custom DNS config, Please ensure that you set the dns.json well
|
||||||
DNSType: AsIs # AsIs, UseIP, UseIPv4, UseIPv6, DNS strategy
|
DNSType: AsIs # AsIs, UseIP, UseIPv4, UseIPv6, DNS strategy
|
||||||
EnableProxyProtocol: false # Only works for WebSocket and TCP
|
EnableProxyProtocol: false # Only works for WebSocket and TCP
|
||||||
EnableFallback: false # Only support for Trojan and Vless
|
|
||||||
AutoSpeedLimitConfig:
|
AutoSpeedLimitConfig:
|
||||||
Limit: 0 # Warned speed. Set to 0 to disable AutoSpeedLimit (mbps)
|
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.
|
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
|
RedisDB: 0 # Redis DB
|
||||||
Timeout: 5 # Timeout for redis request
|
Timeout: 5 # Timeout for redis request
|
||||||
Expiry: 60 # Expiry time (second)
|
Expiry: 60 # Expiry time (second)
|
||||||
|
EnableFallback: false # Only support for Trojan and Vless
|
||||||
FallBackConfigs: # Support multiple fallbacks
|
FallBackConfigs: # Support multiple fallbacks
|
||||||
-
|
-
|
||||||
SNI: # TLS SNI(Server Name Indication), Empty for any
|
SNI: # TLS SNI(Server Name Indication), Empty for any
|
||||||
|
@ -24,7 +24,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "0.8.5"
|
version = "0.8.6"
|
||||||
codename = "XrayR"
|
codename = "XrayR"
|
||||||
intro = "A Xray backend that supports many panels"
|
intro = "A Xray backend that supports many panels"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user