diff options
Diffstat (limited to 'bin/tests/system/dns64/ns1/named.conf1.in')
-rw-r--r-- | bin/tests/system/dns64/ns1/named.conf1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/system/dns64/ns1/named.conf1.in b/bin/tests/system/dns64/ns1/named.conf1.in index aaf7aab..41950d9 100644 --- a/bin/tests/system/dns64/ns1/named.conf1.in +++ b/bin/tests/system/dns64/ns1/named.conf1.in @@ -13,7 +13,7 @@ // NS1 -include "../../common/rndc.key"; +include "../../_common/rndc.key"; controls { inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; }; |