test max records policy

This commit is contained in:
Mark Andrews
2019-07-04 15:58:13 +10:00
parent 919a9ece25
commit 04da28bdff
3 changed files with 62 additions and 1 deletions

View File

@@ -34,5 +34,5 @@ controls {
zone "in-addr.arpa" {
type master;
file "in-addr.db";
update-policy { grant * tcp-self . PTR; };
update-policy { grant * tcp-self . PTR(1) ANY(2) A; };
};