Search squid archive

Why don't I look local

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I am running Squid on my work computer and using it at remotely. What
I am wanting to do is be able to use journal remotely that my
university has a site-license for (when I am traveling).
I've set up options
via off
and
forwarded_for delete

but it still seems that the journals detecting that I'm connecting
remotely (. What is left to do make my connection appear local? There
is a university-wide transparent proxy would that make any difference?

Any help appreciated.
Jonny


My configuration:

cache_dir ufs /Users/uqjhunt2/Library/Caches/squid 100 16 256
acl dontcacheanything src 0/0
no_cache deny dontcacheanything
maximum_object_size 4096 KB
http_port 8080
visible_hostname localhost

cache_access_log /Users/uqjhunt2/Library/Logs/squid-access.log
cache_log /Users/uqjhunt2/Library/Logs/squid-cache.log
cache_store_log /Users/uqjhunt2/Library/Logs/squid-store
pid_filename /tmp/squid.pid

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin
no_cache deny QUERY

# access control lists
acl allowed src 172.18.22.10


acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563 8443
acl Safe_ports port 80 81 21 443 563 70 210 1025-65535 280 488 591 777
acl CONNECT method CONNECT

# only allow cachemgr access from localhost
http_access allow manager localhost
forwarded_for delete

# deny requests to unknown ports
http_access deny !Safe_ports

# deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports

# client access
http_access allow localhost
http_access allow allowed
http_access deny all

# direct access (bypassing parent proxy)

always_direct deny all


-- 
Jonathan J Hunt <jjh@xxxxxxxxxxxx>
Homepage: http://www.42quarks.net.nz/wiki/JJH
(Further contact details there)
"Physics isn't the most important thing. Love is." Richard Feynman

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux