From 2f3ba007e333414a31e6734f8f4dea7b043f9168 Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Sat, 18 Nov 2023 11:41:33 +0900 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9B=AE=E6=A0=87=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=A6=81=E7=94=A8geoip:cn=E5=92=8Cgeosite:cn=E6=B5=81?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release/config/config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/config/config.yml.example b/release/config/config.yml.example index 599d8ef25..776b2c5d1 100644 --- a/release/config/config.yml.example +++ b/release/config/config.yml.example @@ -3,9 +3,9 @@ Log: AccessPath: # /etc/XrayR/access.Log ErrorPath: # /etc/XrayR/error.log DnsConfigPath: # /etc/XrayR/dns.json # Path to dns config, check https://xtls.github.io/config/dns.html for help -RouteConfigPath: # /etc/XrayR/route.json # Path to route config, check https://xtls.github.io/config/routing.html for help +RouteConfigPath: /etc/XrayR/route.json # Path to route config, check https://xtls.github.io/config/routing.html for help InboundConfigPath: # /etc/XrayR/custom_inbound.json # Path to custom inbound config, check https://xtls.github.io/config/inbound.html for help -OutboundConfigPath: # /etc/XrayR/custom_outbound.json # Path to custom outbound config, check https://xtls.github.io/config/outbound.html for help +OutboundConfigPath: /etc/XrayR/custom_outbound.json # Path to custom outbound config, check https://xtls.github.io/config/outbound.html for help ConnectionConfig: Handshake: 4 # Handshake time limit, Second ConnIdle: 30 # Connection idle time limit, Second