From 9cce7c71b8714c611b97e98b696e92c83887171b Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 9 Apr 2018 15:13:09 -0700 Subject: [PATCH] tests/docker: fix indentation Signed-off-by: Gyuho Lee --- tests/docker-dns-srv/named.conf | 22 +++++++++++----------- tests/docker-dns/named.conf | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/tests/docker-dns-srv/named.conf b/tests/docker-dns-srv/named.conf index 83549305c..b9b362745 100644 --- a/tests/docker-dns-srv/named.conf +++ b/tests/docker-dns-srv/named.conf @@ -1,15 +1,15 @@ options { - directory "/var/bind"; - listen-on { 127.0.0.1; }; - listen-on-v6 { none; }; - allow-transfer { - none; - }; - // If you have problems and are behind a firewall: - query-source address * port 53; - pid-file "/var/run/named/named.pid"; - allow-recursion { none; }; - recursion no; + directory "/var/bind"; + listen-on { 127.0.0.1; }; + listen-on-v6 { none; }; + allow-transfer { + none; + }; + // If you have problems and are behind a firewall: + query-source address * port 53; + pid-file "/var/run/named/named.pid"; + allow-recursion { none; }; + recursion no; }; zone "etcd.local" IN { diff --git a/tests/docker-dns/named.conf b/tests/docker-dns/named.conf index 83549305c..b9b362745 100644 --- a/tests/docker-dns/named.conf +++ b/tests/docker-dns/named.conf @@ -1,15 +1,15 @@ options { - directory "/var/bind"; - listen-on { 127.0.0.1; }; - listen-on-v6 { none; }; - allow-transfer { - none; - }; - // If you have problems and are behind a firewall: - query-source address * port 53; - pid-file "/var/run/named/named.pid"; - allow-recursion { none; }; - recursion no; + directory "/var/bind"; + listen-on { 127.0.0.1; }; + listen-on-v6 { none; }; + allow-transfer { + none; + }; + // If you have problems and are behind a firewall: + query-source address * port 53; + pid-file "/var/run/named/named.pid"; + allow-recursion { none; }; + recursion no; }; zone "etcd.local" IN {