Is there anyone out there who has proxy software they would recomend? I'm just looking to set up a proxy which will cache web pages and DNS addresses. I'm not interested in filtering.
Thank you.
Re: Web page/DNS caching
Try www.analogx.com they have a pretty good proxy that's free and I'm not positive but I think it will do what your asking.
SRF
SRF
Thanks, I'm hoping this will really speed up my surfing. It's not that I'm so impatient, I just like to cover a lot of ground and it seems like such a waste to have a high speed connection and then have to stand in line to get a DNS resolved.
I don't know if there is any truth to it but I heard that each time I click on a link in a given web page I have to wait to have the DNS resolved as well. Can anyone confirm or deny this?
I don't know if there is any truth to it but I heard that each time I click on a link in a given web page I have to wait to have the DNS resolved as well. Can anyone confirm or deny this?
- Stef
- Advanced Member
- Posts: 712
- Joined: Sun Apr 16, 2000 12:00 am
- Location: Edmonton, Alberta, Canada
Yeah, thats true. Resolving DNS queries causes a lot of upstream traffic.
When you set up BIND as a caching-only name server it contructs a local cache of DNS records.
Initially when you resolve a hostname, BIND will query your ISP's nameserver and find the result. After that it stores that information in a cache. From there all DNS queries to the same host will be handle from BIND's cache.
This reduces upstream traffic (since most queries will be awnsered from the localhost) and increase transfer efficientcy.
Stef
When you set up BIND as a caching-only name server it contructs a local cache of DNS records.
Initially when you resolve a hostname, BIND will query your ISP's nameserver and find the result. After that it stores that information in a cache. From there all DNS queries to the same host will be handle from BIND's cache.
This reduces upstream traffic (since most queries will be awnsered from the localhost) and increase transfer efficientcy.
Stef