Optimize config file for support WARP Socks5 proxy mode

This commit is contained in:
misakano7545 2022-05-03 22:41:10 +08:00
parent 6b6e2a03d8
commit 63697586a2
2 changed files with 22 additions and 1 deletions

View File

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

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