Mercurial > code > home > repos > infra
diff dns.py @ 121:2ece7ed8b4e3
filled up address space again, with lightswitches this time
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Dec 2022 23:13:24 -0800 |
parents | 661af5652dfa |
children | 9b5bbaf37dbe |
line wrap: on
line diff
--- a/dns.py Wed Dec 07 23:04:38 2022 -0800 +++ b/dns.py Wed Dec 07 23:13:24 2022 -0800 @@ -37,7 +37,7 @@ files.directory(path='/opt/dnsmasq') dnsmasq_instance('10.2', house_iface='eth1', - dhcp_range='10.2.0.121,10.2.0.200', + dhcp_range='10.2.0.121,10.2.0.230', router='10.2.0.3', dhcp_hosts_filename='templates/dnsmasq/dhcp_hosts.j2') out = '/opt/dnsmasq/10.2'