From fddcb2d2e35621dcfdbac14398da89d8bcc82c1b Mon Sep 17 00:00:00 2001 From: RockBlack Date: Thu, 26 Sep 2024 16:56:50 +0300 Subject: [PATCH] 0.1 --- XKeen(routing)/BrawlStars/05_routing.json | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 XKeen(routing)/BrawlStars/05_routing.json diff --git a/XKeen(routing)/BrawlStars/05_routing.json b/XKeen(routing)/BrawlStars/05_routing.json new file mode 100644 index 0000000..9944591 --- /dev/null +++ b/XKeen(routing)/BrawlStars/05_routing.json @@ -0,0 +1,64 @@ +// Настройка маршрутизации +{ + "routing": { + "rules": [ + + // Блокировка | Уязвимые UDP порты + { + "inboundTag": ["redirect", "tproxy"], + "outboundTag": "block", + "type": "field", + "network": "udp", + "port": "135, 137, 138, 139" + }, + + // Блокировка | Реклама и аналитика + { + "inboundTag": ["redirect", "tproxy"], + "outboundTag": "block", + "type": "field", + "domain": [ + "appcenter.ms" + ] + }, + + { + // VPS подключение | IP адреса + "inboundTag": ["redirect", "tproxy"], + "outboundTag": "vless-reality", + "type": "field", + "ip": [ + "ext:geoip_v2fly.dat:google", +"52.33.95.61/32", +"44.227.138.182/32", +"44.241.61.155/32", + "ext:geoip_v2fly.dat:twitter" + ] + }, + + // VPS подключение | Доменные имена + { + "inboundTag": ["redirect", "tproxy"], + "outboundTag": "vless-reality", + "type": "field", + "domain": [ + "ext:geosite_v2fly.dat:speedtest", + "ext:geosite_v2fly.dat:tiktok", + "ext:geosite_v2fly.dat:openai", + "ext:geosite_v2fly.dat:youtube", + "ext:geosite_zkeen.dat:domains", + "2ip.ru", + "2ip.io" + ] + }, + + // Прямое подключение | Все остальное + { + "inboundTag": ["redirect", "tproxy"], + "outboundTag": "direct", + "type": "field" + } + + ] + } +} \ No newline at end of file