![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| anonymous ftp attack? | dennisheazle | Security | 2 | 04-07-2008 05:11 PM |
| Anonymous User | ronald_brayan | UNIX for Advanced & Expert Users | 1 | 02-28-2007 12:49 AM |
| Disable anonymous ftp???? | rrivas | UNIX for Dummies Questions & Answers | 2 | 06-21-2002 11:49 AM |
| Completely new... | Mecallie | UNIX for Dummies Questions & Answers | 8 | 04-03-2002 07:23 AM |
| Anonymous FTP Server | ByondF1 | UNIX for Dummies Questions & Answers | 6 | 04-02-2002 05:24 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to configure squid completely anonymous?
Hello,
I have installed squid manually , it works fine, I can able to brows internet via SSH tunnel . but I have a problem : when I check my IP via this SSH tunnel with Geolocation IP Address to Country City Region Latitude Longitude ZIP Code ISP Domain Name Database for Developers | IP2Location? and also IP Chicken - Whats my IP address? ip address lookup it show my VPS ip and also show my VPS location, speciously all of things is ok, but it is not completely true, because when I want to create a Gmail account it simply detect my original country! this means it is not completely anonymous. so I think the cods that I used in http.c file (httpHeaderDelById) don’t completely del all my Ids. Can help me to solve this problem to become completely anonymous? This is my installation details : cache.org/Versions/v2/2.5/squid-2.5.STABLE14.tar.gz tar -zxvf squid-2.5.STABLE14.tar.gz cd squid-2.5.STABLE14 I edited hhtp.c and inserted these cods: httpHeaderDelById(hdr_out, HDR_USER_AGENT); httpHeaderDelById(hdr_out, HDR_REFERER); httpHeaderDelById(hdr_out, HDR_X_REQUEST_URI); httpHeaderDelById(hdr_out, HDR_X_FORWARDED_FOR); httpHeaderDelById(hdr_out, HDR_X_CACHE_LOOKUP); httpHeaderDelById(hdr_out, HDR_X_CACHE); httpHeaderDelById(hdr_out, HDR_VIA); ./configure --prefix=/usr/local/squid --disable-ident-lookups make all make install useradd -d /usr/local/squid/cache/ -r -s /dev/null squid >/dev/null 2>&1 mkdir /usr/local/squid/cache chown -R squid:squid /usr/local/squid/cache chown -R squid:squid /usr/local/squid chmod -R 755 /usr/local/squid/cache sudo -u squid /usr/local/squid/sbin/squid –z /usr/local/squid/sbin/squid Best regards Tom |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|