This commit is contained in:
2026-01-17 14:24:31 +03:00
parent 2fc50d9b66
commit 039249113c
3 changed files with 20 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Удаляем старые правила перед импортом
/ip dns static remove [find where comment~"VIA-LT"]
# Удаление конкретного домена из address-list (раскомментировать при необходимости)
# /ip firewall address-list remove [find where comment~"proton"]
/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=".*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"