Files
routes/domains-lt.rsc

24 lines
1.9 KiB
Plaintext

# Удаляем старые правила перед импортом
/ip dns static remove [find where comment~"VIA-LT"]
# Удаление конкретного домена из address-list (раскомментировать при необходимости)
# /ip firewall address-list remove [find where comment~"proton"]
# Домены для маршрутизации через VPN-LT
# IP автоматически добавляются в address-list=via-lt при DNS-запросе
/ip dns static
add type=FWD forward-to=8.8.8.8 regexp=".*netflix\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*nflxvideo\\.net" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*proton\\.me" address-list=via-lt comment="VIA-LT"
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"
add type=FWD forward-to=8.8.8.8 regexp=".*anthropic\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.ai" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*claude\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*sentry\\.io" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*chatgpt\\.com" address-list=via-lt comment="VIA-LT"