// Настройка маршрутизации { "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", "3.80.135.195/32", "3.80.188.110/32", "3.81.160.60/32", "3.85.79.101/32", "3.83.69.188/32", "3.84.34.76/32", "3.86.239.10/32", "3.87.134.80/32", "3.90.153.18/32", "3.92.147.253/32", "13.32.110.11/32", "13.32.110.42/32", "18.212.122.93/32", "18.212.178.162/32", "18.212.196.59/32", "18.209.43.183/32", "18.209.60.190/32", "18.239.36.17/32", "18.244.146.79/32", "18.245.86.118/32", "23.22.228.62/32", "34.120.28.121/32", "34.120.195.249/32", "34.201.169.5/32", "34.203.225.64/32", "34.204.37.248/32", "34.207.193.153/32", "34.207.246.217/32", "34.224.89.238/32", "34.228.16.38/32", "34.229.208.193/32", "34.235.112.84/32", "34.238.170.46/32", "34.239.132.56/32", "35.241.3.184/32", "35.172.116.196/32", "44.201.239.23/32", "44.202.52.249/32", "44.203.44.225/32", "52.90.75.176/32", "52.90.136.125/32", "54.161.137.76/32", "54.163.216.211/32", "54.167.72.2/32", "54.242.44.139/32", "54.242.60.177/32", "54.165.241.49/32", "54.174.198.179/32", "54.196.208.252/32", "54.221.147.255/32", "107.20.0.244/32", "108.138.51.0/24", "142.250.203.142/32", "184.72.80.144/32", "184.72.147.22/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_v2fly.dat:spotify", "ext:geosite_zkeen.dat:domains", "2ip.ru", "2ip.io" ] }, // Прямое подключение | Все остальное { "inboundTag": ["redirect", "tproxy"], "outboundTag": "direct", "type": "field" } ] } }