Menu

#383 Port ranges in forward statement

closed-duplicate
5
2007-05-17
2005-11-22
Anonymous
No

I use a Squid cache proxy which blocks access to all low ports except 80 and 443.
I would like to specify port ranges in "forward" statement to not use proxy
for these ports.

For example:

forward / proxy.example.org
forward :1-1024 .
forward :80,443 proxy.example.org

Discussion

  • dimethicone

    dimethicone - 2006-07-17

    Logged In: YES
    user_id=1556489

    Sorry? I'm having trouble understanding what you need.

    If you want to use Squid for websites that are on odd ports,
    I'm not sure how that is done other than altering the Squid
    configuration. If you are wanting to use Privoxy in
    conjunction with Squid, you can do this -- check the
    standard Tor configuration for Privoxy, and set the Squid
    URL instead of localhost:9059 (IIRC).

     
  • Fabian Keil

    Fabian Keil - 2007-05-17
    • assigned_to: nobody --> fabiankeil
    • status: open --> closed-duplicate
     

Log in to post a comment.