From c698daef1a358d3537dc3325bd7a21aec4663b88 Mon Sep 17 00:00:00 2001 From: WH-2099 Date: Sat, 9 Nov 2024 21:41:54 +0800 Subject: [PATCH] fix spelling `blcok` to `block` --- .../config_server.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-TCP-REALITY (without being stolen)/config_server.jsonc b/VLESS-TCP-REALITY (without being stolen)/config_server.jsonc index 102383a..5343565 100644 --- a/VLESS-TCP-REALITY (without being stolen)/config_server.jsonc +++ b/VLESS-TCP-REALITY (without being stolen)/config_server.jsonc @@ -67,7 +67,7 @@ }, { "protocol": "blackhole", - "tag": "blcok" + "tag": "block" } ], "routing": { @@ -86,8 +86,8 @@ "inboundTag": [ "dokodemo-in" ], - "outboundTag": "blcok" + "outboundTag": "block" } ] } -} \ No newline at end of file +}