Commit 699bccad authored by Joshua Tauberer's avatar Joshua Tauberer

missing spaces in nsd.conf (has no effect but looks proper)

parent afb6c26c
......@@ -290,7 +290,7 @@ server:
# Internet sees this machine on. Get those interface addresses
# from `hostname -i` (which omits all localhost addresses).
for ipaddr in shell("check_output", ["/bin/hostname", "-I"]).strip().split(" "):
nsdconf += "ip-address: %s\n" % ipaddr
nsdconf += " ip-address: %s\n" % ipaddr
# Append the zones.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment