From 597f4d188070b634a38a9027a9e37c553f664e47 Mon Sep 17 00:00:00 2001 From: yuzuki999 Date: Mon, 22 May 2023 10:49:59 +0800 Subject: [PATCH] update example --- example/config.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/config.yml.example b/example/config.yml.example index c26a087..f465d44 100644 --- a/example/config.yml.example +++ b/example/config.yml.example @@ -29,7 +29,7 @@ Nodes: EnableProxyProtocol: false # Only works for WebSocket and TCP EnableXtls: false # Enable xtls-rprx-vision, only vless EnableReality: false # Enable reality - RealityConfig: + RealityConfig: # This config like RealityObject for xray-core, please check https://xtls.github.io/config/transport.html#realityobject Dest: 80 # Same fallback dest Xver: "example.com:443" # Same fallback xver ServerNames: @@ -38,10 +38,10 @@ Nodes: PrivateKey: "" # Private key for server MinClientVer: "" # Min client version MaxClientVer: "" # Max client version - MaxTimeDiff: 0 + MaxTimeDiff: 0 # Max time difference, ms ShortIds: - "" - - "0123456789abcdef" + - "0123456789abcdef" # Short id EnableFallback: false # Only support for Trojan and Vless FallBackConfigs: # Support multiple fallbacks - SNI: # TLS SNI(Server Name Indication), Empty for any