tinyproxy: Allow option is a list not an atom
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12877 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8ef2411d1b
commit
09fea20c08
@ -52,7 +52,7 @@ start_proxy() {
|
||||
proxy_atom "$1" MaxSpareServers >> $CFGFILE
|
||||
proxy_atom "$1" StartServers >> $CFGFILE
|
||||
proxy_atom "$1" MaxRequestsPerChild >> $CFGFILE
|
||||
proxy_atom "$1" Allow >> $CFGFILE
|
||||
proxy_list "$1" Allow >> $CFGFILE
|
||||
|
||||
proxy_string "$1" ViaProxyName >> $CFGFILE
|
||||
proxy_string "$1" Filter >> $CFGFILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user