Skip to content

Instantly share code, notes, and snippets.

@mb00g
Last active November 22, 2019 07:45
Show Gist options
  • Save mb00g/fec8018d56d1f25e61c8 to your computer and use it in GitHub Desktop.
Save mb00g/fec8018d56d1f25e61c8 to your computer and use it in GitHub Desktop.
bind wilcard

Agar semua domain yang menggunakan NS / nameserver ini diarahhkan A recordnya ke satu IP saja

@ IN SOA ns1.domain.com. hostmaster.domain.com. ( 1 3h 1h 1w 1d )
  IN NS 10.10.10.10
* IN A 10.10.10.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment