Mercurial > code > home > repos > infra
changeset 134:9b5bbaf37dbe
even more addrs for dhcp
author | drewp@bigasterisk.com |
---|---|
date | Wed, 21 Dec 2022 17:40:16 -0800 |
parents | 706d861f6d95 |
children | a3d15c046e67 |
files | dns.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dns.py Wed Dec 21 13:45:10 2022 -0800 +++ b/dns.py Wed Dec 21 17:40:16 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.230', + dhcp_range='10.2.0.101,10.2.0.240', router='10.2.0.3', dhcp_hosts_filename='templates/dnsmasq/dhcp_hosts.j2') out = '/opt/dnsmasq/10.2'