This commit is contained in:
2026-01-18 19:25:17 +03:00
parent 95538590bd
commit 1053400964
2 changed files with 7 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
# Корпоративные домены - forward на корп. DNS
# Загрузка: /tool fetch url="https://git.example.com/routes/raw/branch/main/domains-corp.rsc" dst-path=domains-corp.rsc
# Применение: /import file-name=domains-corp.rsc
# Очистка старых записей
/ip dns static remove [find where comment="CORP-DNS"]
# Корпоративные домены
/ip dns static
add name=biocad.loc type=FWD forward-to=10.247.192.8 comment="CORP-DNS"
add regexp=".*\\.biocad\\.loc" type=FWD forward-to=10.247.192.8 comment="CORP-DNS"
add name=biocad.dev type=FWD forward-to=10.247.192.8 comment="CORP-DNS"
add regexp=".*\\.biocad\\.dev" type=FWD forward-to=10.247.192.8 comment="CORP-DNS"

View File

@@ -31,4 +31,10 @@ add type=FWD forward-to=8.8.8.8 regexp=".*oaistatic\\.com" address-list=via-lt c
add type=FWD forward-to=8.8.8.8 regexp=".*oaiusercontent\\.com" address-list=via-lt comment="VIA-LT" add type=FWD forward-to=8.8.8.8 regexp=".*oaiusercontent\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*firstmail\\.ltd" address-list=via-lt comment="VIA-LT" add type=FWD forward-to=8.8.8.8 regexp=".*firstmail\\.ltd" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*cloudflare\\.com" address-list=via-lt comment="VIA-LT" add type=FWD forward-to=8.8.8.8 regexp=".*cloudflare\\.com" address-list=via-lt comment="VIA-LT"
add type=FWD forward-to=8.8.8.8 regexp=".*instagram\\.com" address-list=via-lt comment="VIA-LT"
# 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=".*c10r\\.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"