tests/docker: fix indentation

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-04-09 15:13:09 -07:00
parent 367b21c898
commit 9cce7c71b8
2 changed files with 22 additions and 22 deletions

View File

@ -1,15 +1,15 @@
options { options {
directory "/var/bind"; directory "/var/bind";
listen-on { 127.0.0.1; }; listen-on { 127.0.0.1; };
listen-on-v6 { none; }; listen-on-v6 { none; };
allow-transfer { allow-transfer {
none; none;
}; };
// If you have problems and are behind a firewall: // If you have problems and are behind a firewall:
query-source address * port 53; query-source address * port 53;
pid-file "/var/run/named/named.pid"; pid-file "/var/run/named/named.pid";
allow-recursion { none; }; allow-recursion { none; };
recursion no; recursion no;
}; };
zone "etcd.local" IN { zone "etcd.local" IN {

View File

@ -1,15 +1,15 @@
options { options {
directory "/var/bind"; directory "/var/bind";
listen-on { 127.0.0.1; }; listen-on { 127.0.0.1; };
listen-on-v6 { none; }; listen-on-v6 { none; };
allow-transfer { allow-transfer {
none; none;
}; };
// If you have problems and are behind a firewall: // If you have problems and are behind a firewall:
query-source address * port 53; query-source address * port 53;
pid-file "/var/run/named/named.pid"; pid-file "/var/run/named/named.pid";
allow-recursion { none; }; allow-recursion { none; };
recursion no; recursion no;
}; };
zone "etcd.local" IN { zone "etcd.local" IN {