Hi,
I'm trying to configure my Squid with the intercept mode in OpenWRT, but
I checked the "/etc/init.d/squid" init script and it's preventing me from
inserting a string for option "http_port" ...
validate_squid_section() {
uci_validate_section squid squid "${1}" \
'config_file:string' \
'http_port:port:3128' \
'coredump_dir:string' \
'visible_hostname:string:OpenWrt' \
'pinger_enable:string:off'
}
How can I configure Squid for "intercepting" HTTP requests without
clients configuration ?
I have tried changing 'http_port:port:3128' for 'http_port:string:3128',
but I'm not sure if that is the best or right way to do that.
Thanks in advance ...
--
Ronaldo Afonso
11 9 5252 0484
www.ronaldoafonso.com.br
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel