fleshed out example files
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
|
||||
recursion yes;
|
||||
listen-on { any; };
|
||||
|
||||
forwarders {
|
||||
8.8.8.8;
|
||||
4.4.4.4;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user