dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)

SVN-Revision: 22490
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
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…
Cancel
Save