Root/cgminer/root-files/etc/config/dhcp

1
2config '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.auto'
17
18config 'dhcp' 'lan'
19    option 'interface' 'lan'
20    option 'start' '100'
21    option 'leasetime' '12h'
22    option 'limit' '100'
23
24config 'dhcp' 'wan'
25    option 'interface' 'wan'
26    option 'ignore' '1'
27
28

Archive Download this file



interactive