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"
|
2026-01-17 20:36:55 +03:00
|
|
|
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"
|
2026-01-18 00:20:24 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*sentry\\.io" address-list=via-lt comment="VIA-LT"
|
2026-01-18 10:36:04 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*chatgpt\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*openai\\.com" address-list=via-lt comment="VIA-LT"
|
2026-01-18 12:57:20 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*featuregates\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*intercom\\.io" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*intercomcdn\\.com" address-list=via-lt comment="VIA-LT"
|
2026-01-18 10:36:04 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*chat\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*oaistatic\\.com" address-list=via-lt comment="VIA-LT"
|
2026-01-18 12:31:29 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*oaiusercontent\\.com" address-list=via-lt comment="VIA-LT"
|
2026-01-18 12:57:20 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*firstmail\\.ltd" address-list=via-lt comment="VIA-LT"
|
2026-01-18 17:30:52 +03:00
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*cloudflare\\.com" address-list=via-lt comment="VIA-LT"
|
2026-01-18 19:25:17 +03:00
|
|
|
|
|
|
|
|
# Instagram
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*instagram\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*cdninstagram\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*facebook\\.com" address-list=via-lt comment="VIA-LT"
|
|
|
|
|
add type=FWD forward-to=8.8.8.8 regexp=".*fbcdn\\.net" address-list=via-lt comment="VIA-LT"
|