Mercurial > code > home > repos > infra
diff dns.py @ 319:2e6dbebb2cb3
open more dhcp addrs
author | drewp@bigasterisk.com |
---|---|
date | Wed, 16 Oct 2024 20:47:19 -0700 |
parents | 2136320eb94d |
children | 11d3bcedb9f0 |
line wrap: on
line diff
--- a/dns.py Wed Oct 16 20:47:04 2024 -0700 +++ b/dns.py Wed Oct 16 20:47:19 2024 -0700 @@ -108,7 +108,7 @@ files.directory(path='/opt/dnsmasq') dnsmasq_instance('10.2', house_iface='eth1', - dhcp_range='10.2.0.110,10.2.0.199', + dhcp_range='10.2.0.110,10.2.0.240', listen_address='10.2.0.3', dhcp_hosts_filename='templates/dnsmasq/dhcp_hosts.j2') out = '/opt/dnsmasq/10.2'