mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
28 lines
523 B
JSON
28 lines
523 B
JSON
|
[
|
||
|
{
|
||
|
"tag": "IPv4_out",
|
||
|
"protocol": "freedom",
|
||
|
"settings": {}
|
||
|
},
|
||
|
{
|
||
|
"tag": "IPv6_out",
|
||
|
"protocol": "freedom",
|
||
|
"settings": {
|
||
|
"domainStrategy": "UseIPv6"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"tag": "socks5-warp",
|
||
|
"protocol": "socks",
|
||
|
"settings": {
|
||
|
"servers": [{
|
||
|
"address": "127.0.0.1",
|
||
|
"port": 40000
|
||
|
}]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"protocol": "blackhole",
|
||
|
"tag": "block"
|
||
|
}
|
||
|
]
|