Browse Source

typo blcok → block (#201)

WH-2099 11 months ago
parent
commit
d65029fd20
1 changed files with 3 additions and 3 deletions
  1. 3 3
      VLESS-TCP-REALITY (without being stolen)/config_server.jsonc

+ 3 - 3
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"
             }
         ]
     }
-}
+}