github.com/tommi2day/gomodules@v1.13.2-0.20240423190010-b7d55d252a27/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  };