From c54650f19521ed05a3e4085666c8f77c9bfff346 Mon Sep 17 00:00:00 2001 From: Senis John Date: Sat, 22 Apr 2023 17:49:07 +0800 Subject: [PATCH] update: add readme for REALITY proto params --- main/config.yml.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main/config.yml.example b/main/config.yml.example index c440db0..9689cf6 100644 --- a/main/config.yml.example +++ b/main/config.yml.example @@ -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: