Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Bypass squid proxy for some websites
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Bypass squid proxy for some websites

khavkhav Member

I want to proxy only a single website but** NOT ** block other websites.

acl GOOD dstdomain .somesite.com
http_access allow GOOD
always_direct allow all
http_access allow all

Right now every website pass through the squid proxy but i want only somesite.com to be proxified

Comments

  • use proxy addon in your browser with black/whitelist feature? i use FoxyProxy and it allows to set whitelist for site and then only for this site the setup proxy will be used but not for rest

    it called pattern

  • acl allowed dstdomain .allowedurl.com cache allow allowed cache deny all

    Thanked by 1Huell
  • @Huell said:
    use proxy addon in your browser with black/whitelist feature? i use FoxyProxy and it allows to set whitelist for site and then only for this site the setup proxy will be used but not for rest

    it called pattern

    Or alternatively use a PAC file to configure the proxy settings on the browser
    http://findproxyforurl.com/example-pac-file/

    Thanked by 1Shade
Sign In or Register to comment.