ham-hotspot/templates/dnsmasq.conf.j2
2025-04-25 19:11:33 -05:00

5 lines
209 B
Django/Jinja

interface=wlan0
dhcp-range={{ network.lan_gateway | regex_replace('\.1$', '.100') }},{{ network.lan_gateway | regex_replace('\.1$', '.200') }},12h
dhcp-option=3,{{ network.lan_gateway }}
dhcp-option=6,8.8.8.8