summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/po/fr/base.po
diff options
context:
space:
mode:
authorMarc Benoit <marcb62185@gmail.com>2018-04-09 20:47:32 -0400
committerMarc Benoit <marcb62185@gmail.com>2018-04-09 20:51:14 -0400
commitfbeea4ee33c877ce7d9412d0b98920bbb42466a4 (patch)
tree621bc082a76eaac159bef5020b95af5f83d2223d /modules/luci-base/po/fr/base.po
parentedd1fab34eaa98be624bbba17f60a8ae63744a98 (diff)
luci-mod-admin-full: limit dns cachesize to 10000
The value of cachesize is hardcoded to 10000 in dnsmasq-2.79/src/option.c to 10000 max case 'c': /* --cache-size */ { int size; if (!atoi_check(arg, &size)) ret_err(gen_err); else { /* zero is OK, and means no caching. */ if (size < 0) size = 0; else if (size > 10000) size = 10000; daemon->cachesize = size; } break; } Tested on Netgear R7800 Signed-off-by: Marc Benoit <marcb62185@gmail.com>
Diffstat (limited to 'modules/luci-base/po/fr/base.po')
0 files changed, 0 insertions, 0 deletions