add корп лист
This commit is contained in:
13
domains-corp.rsc
Normal file
13
domains-corp.rsc
Normal file
@@ -0,0 +1,13 @@
|
||||
# Корпоративные домены - 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"
|
||||
Reference in New Issue
Block a user