Browse Source

update config file using new syntax

Darien Raymond 8 years ago
parent
commit
c30aa63df7
1 changed files with 4 additions and 6 deletions
  1. 4 6
      tools/release/config/vpoint_socks_vmess.json

+ 4 - 6
tools/release/config/vpoint_socks_vmess.json

@@ -84,7 +84,8 @@
           "outboundTag": "direct"
         },
         {
-          "type": "chinasites",
+          "type": "field",
+          "domain": ["geosite:cn"],
           "outboundTag": "direct"
         },
         {
@@ -104,13 +105,10 @@
             "203.0.113.0/24",
             "::1/128",
             "fc00::/7",
-            "fe80::/10"
+            "fe80::/10",
+            "geoip:cn"
           ],
           "outboundTag": "direct"
-        },
-        {
-          "type": "chinaip",
-          "outboundTag": "direct"
         }
       ]
     }