home *** CD-ROM | disk | FTP | other *** search
- # Forwarding specification for Internet Junkbuster 2.0
- #
- # Copyright 1997 Junkbusters Corporation. For distribution, modification and
- # use under the GNU General Public License. These files come with NO WARRANTY.
- # See http://www.junkbusters.com/ht/en/gpl.html or the README file for details.
- #
- # This feature allows routing of HTTP requests via multiple proxies.
- # It can be used to better protect privacy and confidentiality when
- # accessing specific domains by routing requests to those domains
- # to a special purpose filtering proxy such as lpwa.com
- #
- # It can also be used in an environmnent with multiple networks to route
- # requests via multiple gateways allowing transparent access to multiple
- # networks without having to modify browser configurations.
- #
- # Also specified here are special gateway protocols such as SOCKS.
-
- # The syntax of each line is
- #
- # target_domain[:port][/path] forwarding_domain[:port] gateway_type gateway_domain[:port]
- #
-
- # A '.' in the forwarding domain/port means that requests made to the
- # target domain are not forwarded but are made directly by the proxy
- # (though the proxy may still use a gateway to contact the server)
- #
- # Lines are checked in turn, and the last match wins.
- #
- # There is an implicit line equivalent to the following, which specifies that
- # anything not finding a match on the list is to go out without forwarding
- # or gateway protocol; like so:
- #
- # * . . . # implicit
-
- # Example for proxy entry found in Netscape or Webexplorer
- # Here Proxy-IP: www-cache.hrz.uni-siegen.de Port: 3128
- # * www-cache.hrz.uni-siegen.de:3128 . .
-