key rndc_key { secret "1234abcd8765"; algorithm hmac-sha256; }; controls { inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; }; }; options { query-source address 10.53.0.1; notify-source 10.53.0.1; transfer-source 10.53.0.1; port @PORT@; listen-on { 10.53.0.1; }; pid-file "named.pid"; notify no; dnssec-validation no; allow-query { any; }; recursion yes; allow-recursion { any; }; }; # Delegate .test domain to 10.53.0.2 zone "." { type master; file "root.db"; allow-transfer { none; }; };