1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- options {
- directory "/var/cache/bind";
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- dnssec-validation no;
- auth-nxdomain no; # conform to RFC1035
- listen-on-v6 { any; };
- allow-recursion {
- 127.0.0.0/8;
- ::1/128;
- };
- version "Freifunk Hochstift DNS";
- use-v4-udp-ports { range 1024 65535; };
- use-v6-udp-ports { range 1024 65535; };
- };
- statistics-channels {
- inet 127.0.0.1 port 8053 allow { 127.0.0.1; };
- };
|