home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / IJB20OS2 / CONFIG / FORWARD.IJB < prev    next >
Text File  |  1997-09-23  |  2KB  |  38 lines

  1. #    Forwarding specification for Internet Junkbuster 2.0
  2. #
  3. # Copyright 1997 Junkbusters Corporation.  For distribution, modification and
  4. # use under the GNU General Public License. These files come with NO WARRANTY.
  5. # See http://www.junkbusters.com/ht/en/gpl.html or the README file for details.
  6. #
  7. # This feature allows routing of HTTP requests via multiple proxies.
  8. # It can be used to better protect privacy and confidentiality when
  9. # accessing specific domains by routing requests to those domains
  10. # to a special purpose filtering proxy such as lpwa.com
  11. #
  12. # It can also be used in an environmnent with multiple networks to route
  13. # requests via multiple gateways allowing transparent access to multiple
  14. # networks without having to modify browser configurations.
  15. #
  16. # Also specified here are special gateway protocols such as SOCKS.
  17.  
  18. # The syntax of each line is
  19. #
  20. # target_domain[:port][/path]    forwarding_domain[:port]    gateway_type    gateway_domain[:port]
  21. #
  22.  
  23. # A '.' in the forwarding domain/port means that requests made to the
  24. # target domain are not forwarded but are made directly by the proxy
  25. # (though the proxy may still use a gateway to contact the server)
  26. #
  27. # Lines are checked in turn, and the last match wins.
  28. #
  29. # There is an implicit line equivalent to the following, which specifies that
  30. # anything not finding a match on the list is to go out without forwarding
  31. # or gateway protocol; like so:
  32. #
  33. # *    .    .    .    # implicit
  34.  
  35. # Example for proxy entry found in Netscape or Webexplorer
  36. # Here Proxy-IP: www-cache.hrz.uni-siegen.de  Port: 3128
  37. # * www-cache.hrz.uni-siegen.de:3128 . .
  38.