github.com/tommi2day/tnscli@v0.0.0-20240401211958-338fc0647b73/test/docker/dns/named.conf.options (about)

     1  options {
     2      directory "/var/cache/bind";
     3      recursion yes;
     4      listen-on { any; };
     5      forwarders {
     6          8.8.8.8;
     7          8.8.4.4;
     8      };
     9  };