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",
"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"
}
]
]

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -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"
}
]
}
}