build 2026-09-20 03:18 UTC (5127353946)

This commit is contained in:
gitea-actions
2026-09-20 03:18:08 +00:00
commit f7dc8ab92a
115 changed files with 47842 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
{
"_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"
}
]
}
}