I had the same problem: slow connections through tinyproxy on the OpenWRT box. The problem was DNS related. I deleted /etc/resolv.conf (which was a symlink to /tmp/resolv.conf, which in turn is a symlink to /tmp/resolv.conf.auto). Then I created /etc/resolv.conf with with content:
6 comments:
is it automatic being transparent?
Yes. All you need to do is set the proxy address in your browser
I had the same problem: slow connections through tinyproxy on the OpenWRT box. The problem was DNS related. I deleted /etc/resolv.conf (which was a symlink to /tmp/resolv.conf, which in turn is a symlink to /tmp/resolv.conf.auto). Then I created /etc/resolv.conf with with content:
search lan
nameserver 127.0.0.1
tinyproxy is now very fast!
Is the original tinyproxy download URL broken?
It was the last time I checked.
Hi,
Are you logging directly to a file or through syslog?
I have way better performance when using syslog (with a custom distro on an Atmel NGW-100)
Post a Comment