mirror of https://github.com/hak5/openwrt-owl.git
dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)
SVN-Revision: 22490owl
parent
97b10e38a8
commit
251c93bcbf
|
@ -74,6 +74,7 @@ dnsmasq() {
|
|||
append_bool "$cfg" enable_tftp "--enable-tftp"
|
||||
append_bool "$cfg" nonwildcard "-z"
|
||||
|
||||
append_parm "$cfg" cachesize "-c"
|
||||
append_parm "$cfg" dnsforwardmax "-0"
|
||||
append_parm "$cfg" port "-p"
|
||||
append_parm "$cfg" ednspacket_max "-P"
|
||||
|
|
Loading…
Reference in New Issue