fleshed out example files

This commit is contained in:
2024-05-18 16:12:17 -04:00
parent cd4400ffba
commit b3a8eb89ea
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
options {
directory "/var/cache/bind";
recursion yes;
listen-on { any; };
forwarders {
8.8.8.8;
4.4.4.4;
};
};