This commit is contained in:
RockBlack
2024-09-26 16:23:52 +03:00
parent 07b88a7b3f
commit 53bb37cde8
4 changed files with 426 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
route ADD 104.18.2.64 MASK 255.255.255.255 0.0.0.0
route ADD 54.86.127.219 MASK 255.255.255.255 0.0.0.0
route ADD 34.237.71.71 MASK 255.255.255.255 0.0.0.0
route ADD 34.192.110.227 MASK 255.255.255.255 0.0.0.0
route ADD 104.18.3.64 MASK 255.255.255.255 0.0.0.0
route ADD 104.18.2.0 MASK 255.255.255.255 0.0.0.0
+160
View File
@@ -0,0 +1,160 @@
// Настройка маршрутизации
{
"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.164.206.99/32",
"18.236.135.92/32",
"18.236.144.156/32",
"18.236.208.225/32",
"18.237.84.10/32",
"18.245.31.50/32",
"18.246.63.226/32",
"34.120.28.121/32",
"34.120.195.249/32",
"34.164.75.115/32",
"34.208.137.170/32",
"34.209.56.77/32",
"34.209.12.112/32",
"34.209.25.34/32",
"34.210.71.250/32",
"34.211.59.250/32",
"34.212.169.121/32",
"34.215.254.35/32",
"34.218.79.171/32",
"34.219.7.98/32",
"34.219.35.215/32",
"34.219.50.59/32",
"34.219.172.76/32",
"34.219.172.188/32",
"34.219.183.144/32",
"34.220.106.193/32",
"34.220.116.22/32",
"34.220.127.136/32",
"34.220.133.87/32",
"34.220.197.127/32",
"34.221.115.153/32",
"34.221.193.96/32",
"34.221.70.231/32",
"34.221.99.16/32",
"34.221.123.137/32",
"34.221.193.171/32",
"34.222.165.199/32",
"34.222.235.46/32",
"34.223.229.55/32",
"35.86.88.14/32",
"35.87.44.137/32",
"35.87.182.220/32",
"35.88.131.78/32",
"35.88.137.129/32",
"35.90.146.106/32",
"35.91.126.154/32",
"35.92.31.183/32",
"35.92.105.167/32",
"35.92.196.239/32",
"35.92.140.207/32",
"35.92.147.224/32",
"35.93.2.148/32",
"35.93.70.188/32",
"35.160.5.158/32",
"35.162.52.155/32",
"35.163.122.54/32",
"35.164.75.115/32",
"35.165.69.229/32",
"35.167.60.30/32",
"35.167.109.250/32",
"35.190.14.188/32",
"35.241.3.184/32",
"52.11.234.215/32",
"52.11.221.43/32",
"52.12.238.93/32",
"52.13.116.171/32",
"52.34.65.188/32",
"52.36.67.253/32",
"52.36.43.189/32",
"52.36.117.157/32",
"52.36.163.65/32",
"52.37.4.157/32",
"52.40.241.87/32",
"52.43.220.130/32",
"52.89.101.108/32",
"54.70.136.108/32",
"54.108.0.32/32",
"54.149.62.154/32",
"54.185.1.209/32",
"54.190.55.228/32",
"54.190.150.97/32",
"54.185.140.251/32",
"54.187.48.50/32",
"54.187.72.168/32",
"54.200.141.86/32",
"54.201.161.170/32",
"54.202.242.112/32",
"54.202.187.37/32",
"54.203.226.169/32",
"54.212.94.202/32",
"54.212.233.131/32",
"54.213.41.61/32",
"54.213.69.89/32",
"54.213.160.0/32",
"54.213.239.70/32",
"54.218.69.62/32",
"54.245.4.160/32",
"54.245.31.53/32",
"54.245.143.43/32",
"108.156.22.32/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",
"2ip.ru",
"2ip.io"
]
},
// Прямое подключение | Все остальное
{
"inboundTag": ["redirect", "tproxy"],
"outboundTag": "direct",
"type": "field"
}
]
}
}
+119
View File
@@ -0,0 +1,119 @@
// Настройка маршрутизации
{
"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_v2fly.dat:brawlstars",
"ext:geosite_zkeen.dat:domains",
"2ip.ru",
"2ip.io"
]
},
// Прямое подключение | Все остальное
{
"inboundTag": ["redirect", "tproxy"],
"outboundTag": "direct",
"type": "field"
}
]
}
}
@@ -0,0 +1,141 @@
// Настройка маршрутизации
{
"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.75.200.52/32",
"3.81.101.208/32",
"3.83.21.220/32",
"3.83.203.107/32",
"3.85.91.65/32",
"3.86.178.123/32",
"3.88.25.38/32",
"3.90.0.115/32",
"3.91.184.231/32",
"3.95.65.61/32",
"3.165.206.0/24",
"3.222.117.194/32",
"3.227.9.248/32",
"3.235.104.238/32",
"3.238.1.148/32",
"3.239.108.47/32",
"13.32.110.95/32",
"13.32.110.104/32",
"15.197.199.182/32",
"15.228.219.68/32",
"18.141.180.89/32",
"18.207.247.250/32",
"18.212.236.61/32",
"18.244.102.128/32",
"18.238.248.220/32",
"18.244.18.0/24",
"18.244.20.173/32",
"34.120.195.249/32",
"34.201.243.193/32",
"34.201.48.129/32",
"34.205.166.137/32",
"34.210.154.50/32",
"34.224.18.6/32",
"34.227.82.144/32",
"34.228.113.195/32",
"34.229.230.49/32",
"34.229.97.179/32",
"34.230.16.196/32",
"34.230.71.64/32",
"35.71.149.137/32",
"35.78.213.150/32",
"35.153.176.230/32",
"35.170.33.227/32",
"35.172.33.241/32",
"35.172.221.30/32",
"35.175.216.158/32",
"44.192.121.158/32",
"44.202.144.127/32",
"44.203.88.77/32",
"44.203.225.232/32",
"44.227.138.182/32",
"44.241.61.155/32",
"52.33.95.61/32",
"52.73.205.234/32",
"52.85.49.0/24",
"52.87.236.17/32",
"52.91.33.26/32",
"52.91.47.108/32",
"52.91.67.204/32",
"52.91.185.25/32",
"52.201.232.94/32",
"54.81.41.43/32",
"54.82.189.173/32",
"54.83.134.114/32",
"54.145.35.62/32",
"54.145.234.169/32",
"54.161.199.248/32",
"54.172.157.224/32",
"54.204.126.149/32",
"54.208.32.184/32",
"54.209.130.121/32",
"54.224.199.28/32",
"54.226.184.40/32",
"54.234.66.49/32",
"65.9.94.209/32",
"100.27.40.128/32",
"100.27.41.52/32",
"107.20.37.162/32",
"142.250.184.195/32",
"184.72.113.234/32",
"204.236.205.64/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",
"2ip.ru",
"2ip.io"
]
},
// Прямое подключение | Все остальное
{
"inboundTag": ["redirect", "tproxy"],
"outboundTag": "direct",
"type": "field"
}
]
}
}