You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
715 B
14 lines
715 B
# Split-DNS geonet.co.id — HANYA subdomain di nginx internal |
|
# geonet.co.id (apex) & subdomain hosting → DNS publik (103.229.73.23 dll) |
|
# Nginx internal: iguf.geonet.co.id saja → 10.100.1.24 |
|
# Import: /import file=mikrotik-split-dns-geonet.rsc |
|
|
|
/ip dns static remove [find comment~"hybrid dns geonet"] |
|
/ip dns static remove [find comment~"split-dns geonet"] |
|
/ip dns static remove [find name="*.geonet.co.id"] |
|
/ip dns static remove [find name=geonet.co.id] |
|
/ip dns static remove [find name=iguf.geonet.co.id] |
|
|
|
# Pastikan apex & wildcard TIDAK override (hapus jika ada, jangan tambah) |
|
# Hanya record eksplisit nginx: |
|
/ip dns static add name=iguf.geonet.co.id address=10.100.1.24 ttl=1d comment="split-dns iguf"
|
|
|