dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)
SVN-Revision: 22490
This commit is contained in:
parent
97b10e38a8
commit
251c93bcbf
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue