Files
routes/domains-lt.rsc

19 lines
1.4 KiB
Plaintext
Raw Normal View History

2026-01-17 14:24:31 +03:00
# Удаляем старые правила перед импортом
2026-01-17 02:56:42 +03:00
/ip dns static remove [find where comment~"VIA-LT"]
2026-01-17 14:24:31 +03:00
# Удаление конкретного домена из address-list (раскомментировать при необходимости)
# /ip firewall address-list remove [find where comment~"proton"]
2026-01-17 14:26:22 +03:00
# Домены для маршрутизации через VPN-LT
# IP автоматически добавляются в address-list=via-lt при DNS-запросе
2026-01-17 02:56:42 +03:00
/ip dns static
add type=FWD forward-to=8.8.8.8 regexp=".*netflix\\.com" address-list=via-lt comment="VIA-LT"
2026-01-17 14:24:31 +03:00
add type=FWD forward-to=8.8.8.8 regexp=".*nflxvideo\\.net" address-list=via-lt comment="VIA-LT"
2026-01-17 14:26:22 +03:00
add type=FWD forward-to=8.8.8.8 regexp=".*proton\\.me" address-list=via-lt comment="VIA-LT"
2026-01-17 20:03:53 +03:00
add type=FWD forward-to=8.8.8.8 regexp=".*pm\\.me" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*seasonvar\\.ru" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*scryde\\.game" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*scryde\\.ws" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*scryde\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*scryde\\.ru" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*scryde\\.net" address-list=via-lt comment="VIA-LT"