@@ -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"
-]
+]
@@ -15,12 +15,22 @@
"bittorrent"
]
+ "type": "field",
+ "outboundTag": "socks5-warp",
+ "domain": []
"type": "field",
"outboundTag": "IPv6_out",
"domain": [
"geosite:netflix"
+ "outboundTag": "IPv4_out",
+ "network": "udp,tcp"
-}
+}