sync
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
# Удаление конкретного домена из address-list (раскомментировать при необходимости)
|
# Удаление конкретного домена из address-list (раскомментировать при необходимости)
|
||||||
# /ip firewall address-list remove [find where comment~"proton"]
|
# /ip firewall address-list remove [find where comment~"proton"]
|
||||||
|
|
||||||
|
# Домены для маршрутизации через VPN-LT
|
||||||
|
# IP автоматически добавляются в address-list=via-lt при DNS-запросе
|
||||||
/ip dns static
|
/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=".*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"
|
add type=FWD forward-to=8.8.8.8 regexp=".*proton\\.me" address-list=via-lt comment="VIA-LT"
|
||||||
|
|||||||
Reference in New Issue
Block a user