Hi,
I've been trying to increase the (quite small) dns cache size to 10000 unsuccessfully, despite several reboots.
I suspect that the problem likely lies with me . The steps taken are below. If anyone can tell me where I'm going wrong it would be greatly appreciated!
reboot x3.
I've been trying to increase the (quite small) dns cache size to 10000 unsuccessfully, despite several reboots.
I suspect that the problem likely lies with me . The steps taken are below. If anyone can tell me where I'm going wrong it would be greatly appreciated!
Code:
cd /jffs/scripts/
vi dnsmasq.postconf
*i
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "cache-size=1500" "cache-size=10000" $CONFIG
*esc
:wq
reboot x3.