Skip to content

Instantly share code, notes, and snippets.

@foo0x29a
Created February 24, 2019 13:05
Show Gist options
  • Save foo0x29a/922fed2c5082f8348e70d38bdddd30e5 to your computer and use it in GitHub Desktop.
Save foo0x29a/922fed2c5082f8348e70d38bdddd30e5 to your computer and use it in GitHub Desktop.
/etc/bind/named.conf.options
options {
directory "/var/cache/bind";
recursion yes;
listen-on { any; };
forwarders {
8.8.8.8;
8.8.4.4;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment