Skip to content

Instantly share code, notes, and snippets.

@fatkulnurk
Created April 9, 2018 07:37
Show Gist options
  • Save fatkulnurk/ba2df2ffd0e23abb44b4113c813d2e9d to your computer and use it in GitHub Desktop.
Save fatkulnurk/ba2df2ffd0e23abb44b4113c813d2e9d to your computer and use it in GitHub Desktop.
echo "
zone \"fatkul.com\"{
type master;
file \"/var/cache/bind/db.fatkulcom\";
};
zone \"fatkul.edu\"{
type master;
file \"/var/cache/bind/db.fatkuledu\";
};
zone \"fatkul.org\"{
type master;
file \"/var/cache/bind/db.fatkulorg\";
};
zone \"108.252.10.in-addr.arpa\"{
type master;
file \"/var/cache/bind/db.reverse\";
}
" >> named.conf.local
@fatkulnurk
Copy link
Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment