Files

54 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_note": [
"Фрагмент для Xray/3x-ui. Положите discord-geosite.dat и discord-geoip.dat рядом с бинарём",
"(обычно /usr/local/x-ui/bin) и подставьте свой outboundTag.",
"Правила ниже перечислены от общих к ограниченным по портам."
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"domain": [
"ext:discord-geosite.dat:discord"
],
"outboundTag": "proxy"
},
{
"type": "field",
"ip": [
"ext:discord-geoip.dat:discord"
],
"outboundTag": "proxy"
},
{
"type": "field",
"network": "udp",
"port": "19000-20000",
"ip": [
"ext:discord-geoip.dat:discord-itdoginfo-udp-19000-20000"
],
"outboundTag": "proxy"
},
{
"type": "field",
"network": "udp",
"port": "50000-50099",
"ip": [
"ext:discord-geoip.dat:discord-vernette-udp"
],
"outboundTag": "proxy"
},
{
"type": "field",
"network": "udp",
"port": "50000-65535",
"ip": [
"ext:discord-geoip.dat:discord-itdoginfo-udp-50000-65535"
],
"outboundTag": "proxy"
}
]
}
}