Browse Source

Update geoip and geosite

misakano7545 3 years ago
parent
commit
1db489c096
4 changed files with 67 additions and 297 deletions
  1. 13 2
      config/custom_outbound.json
  2. BIN
      config/geoip.dat
  3. 43 294
      config/geosite.dat
  4. 11 1
      config/route.json

+ 13 - 2
config/custom_outbound.json

@@ -1,7 +1,8 @@
 [
     {
         "tag": "IPv4_out",
-        "protocol": "freedom"
+        "protocol": "freedom",
+        "settings": {}
     },
     {
         "tag": "IPv6_out",
@@ -10,8 +11,18 @@
             "domainStrategy": "UseIPv6"
         }
     },
+    {
+        "tag": "socks5-warp",
+        "protocol": "socks",
+        "settings": {
+            "servers": [{
+                "address": "127.0.0.1",
+                "port": 1080
+            }]
+        }
+    },
     {
         "protocol": "blackhole",
         "tag": "block"
     }
-]
+]

BIN
config/geoip.dat


File diff suppressed because it is too large
+ 43 - 294
config/geosite.dat


+ 11 - 1
config/route.json

@@ -15,12 +15,22 @@
                 "bittorrent"
             ]
         },
+        {
+            "type": "field",
+            "outboundTag": "socks5-warp",
+            "domain": []
+        },
         {
             "type": "field",
             "outboundTag": "IPv6_out",
             "domain": [
                 "geosite:netflix"
             ]
+        },
+        {
+            "type": "field",
+            "outboundTag": "IPv4_out",
+            "network": "udp,tcp"
         }
     ]
-}
+}

Some files were not shown because too many files changed in this diff