mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-07-04 10:09:50 +00:00
30 lines
442 B
JSON
30 lines
442 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": 1080
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"tag": "block"
|
|
}
|
|
] |