diff dns.py @ 61:b46df76991b6

10.1 cleanups; verbose settings; address updates
author drewp@bigasterisk.com
date Sun, 01 May 2022 23:34:01 -0700
parents 8945bf71da22
children 49a69852a4f4
line wrap: on
line diff
--- a/dns.py	Sun May 01 23:31:20 2022 -0700
+++ b/dns.py	Sun May 01 23:34:01 2022 -0700
@@ -35,7 +35,7 @@
 
     dhcp_hosts = prepare_dhcp_hosts()
 
-    for net_name in ['10.1', '10.2', '10.5']:
+    for net_name in ['10.2', '10.5']:
         files.directory(path=f'/opt/dnsmasq/{net_name}')
         files.template(src='templates/dnsmasq/dnsmasq.conf.j2', dest=f'/opt/dnsmasq/{net_name}/dnsmasq.conf', net=net_name)
         files.template(src='templates/dnsmasq/hosts.j2', dest=f'/opt/dnsmasq/{net_name}/hosts', net=net_name)