mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-09-09 18:11:53 +00:00
update: add readme for REALITY proto params
This commit is contained in:
@@ -57,13 +57,13 @@ Nodes:
|
||||
Show: true # Show REALITY debug
|
||||
Dest: www.smzdm.com:443 # Required, Same as fallback
|
||||
ProxyProtocolVer: 0 # Send PROXY protocol version, 0 for disable
|
||||
ServerNames: # Specifies the domain name of the server certificate
|
||||
ServerNames: # Required, list of available serverNames for the client, * wildcard is not supported at the moment.
|
||||
- www.smzdm.com
|
||||
PrivateKey: YOUR_PRIVATE_KEY
|
||||
MinClientVer:
|
||||
MaxClientVer:
|
||||
MaxTimeDiff: 0
|
||||
ShortIds:
|
||||
PrivateKey: YOUR_PRIVATE_KEY # Required, execute './xray x25519' to generate.
|
||||
MinClientVer: # Optional, minimum version of Xray client, format is x.y.z.
|
||||
MaxClientVer: # Optional, maximum version of Xray client, format is x.y.z.
|
||||
MaxTimeDiff: 0 # Optional, maximum allowed time difference, unit is in milliseconds.
|
||||
ShortIds: # Required, list of available shortIds for the client, can be used to differentiate between different clients.
|
||||
- ""
|
||||
- 0123456789abcdef
|
||||
CertConfig:
|
||||
|
Reference in New Issue
Block a user