1 2 config dnsmasq 3 option domainneeded '1' 4 option boguspriv '1' 5 option filterwin2k '0' 6 option localise_queries '1' 7 option rebind_protection '1' 8 option rebind_localhost '1' 9 option local '/lan/' 10 option domain 'lan' 11 option expandhosts '1' 12 option nonegcache '0' 13 option authoritative '1' 14 option readethers '1' 15 option leasefile '/tmp/dhcp.leases' 16 option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto' 17 option nonwildcard '1' 18 option localservice '1' 19 20 config dhcp 'lan' 21 option interface 'lan' 22 option start '100' 23 option limit '150' 24 option leasetime '12h' 25 option dhcpv6 'server' 26 option ra 'server' 27 option ra_slaac '1' 28 list ra_flags 'managed-config' 29 list ra_flags 'other-config' 30 31 config dhcp 'wan' 32 option interface 'wan' 33 option ignore '1' 34 35 config odhcpd 'odhcpd' 36 option maindhcp '0' 37 option leasefile '/tmp/hosts/odhcpd' 38 option leasetrigger '/usr/sbin/odhcpd-update' 39 option loglevel '4' 40 41 config host 42 option name 'foo' 43 option ip '192.168.1.90' 44 option mac '20:de:ad:be:ef:99' 45 46 config host 47 option name 'moo-ap01' 48 option ip '192.168.1.2' 49 option mac '00:dd:8d:f7:e6:6f'
This page was automatically generated by LXR 0.3.1. • OpenWrt