From 01e2b0eab7079776469b926603ec27c4b8132d5f Mon Sep 17 00:00:00 2001 From: kslr Date: Sun, 22 Nov 2020 05:47:52 +0800 Subject: [PATCH] fix direct outboundTag --- Socks5-TLS/config_client.json | 2 +- VLESS-TCP-TLS-proxy protocol/config_client.json | 2 +- VLESS-TCP-TLS/config_client.json | 2 +- VLESS-TCP/config_client.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Socks5-TLS/config_client.json b/Socks5-TLS/config_client.json index 1425412..6c55150 100644 --- a/Socks5-TLS/config_client.json +++ b/Socks5-TLS/config_client.json @@ -10,7 +10,7 @@ "ip": [ "geoip:private" ], - "tag": "direct" + "outboundTag": "direct" } ] }, diff --git a/VLESS-TCP-TLS-proxy protocol/config_client.json b/VLESS-TCP-TLS-proxy protocol/config_client.json index 28c3e83..bb0f66a 100644 --- a/VLESS-TCP-TLS-proxy protocol/config_client.json +++ b/VLESS-TCP-TLS-proxy protocol/config_client.json @@ -65,7 +65,7 @@ "ip": [ "geoip:private" ], - "tag": "direct" + "outboundTag": "direct" } ] } diff --git a/VLESS-TCP-TLS/config_client.json b/VLESS-TCP-TLS/config_client.json index 8d0ca1f..01572d1 100644 --- a/VLESS-TCP-TLS/config_client.json +++ b/VLESS-TCP-TLS/config_client.json @@ -65,7 +65,7 @@ "ip": [ "geoip:private" ], - "tag": "direct" + "outboundTag": "direct" } ] } diff --git a/VLESS-TCP/config_client.json b/VLESS-TCP/config_client.json index 17d1057..31729a2 100644 --- a/VLESS-TCP/config_client.json +++ b/VLESS-TCP/config_client.json @@ -55,7 +55,7 @@ "ip": [ "geoip:private" ], - "tag": "direct" + "outboundTag": "direct" } ] }