Update geoip and geosite

This commit is contained in:
misakano7545 2022-05-04 11:49:48 +08:00
parent a95b0da950
commit 1db489c096
4 changed files with 35513 additions and 9933 deletions

View File

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

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

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