lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev pedantic version of lynx.cfg patch for no_proxy


From: Al Gilman
Subject: lynx-dev pedantic version of lynx.cfg patch for no_proxy
Date: Thu, 13 Aug 1998 16:48:49 -0400 (EDT)

This is a little long.  Edit at will

Al

--
*** lynx.cfg    Thu Aug 13 16:45:13 1998
--- lynx.cfg~   Thu Aug 13 16:19:32 1998
***************
*** 915,932 ****
  #SYSTEM_EDITOR:
  
  # Proxy variables
! # Lynx version 2.2 and beyond supports the use of proxy servers
! # that can act as firewall gateways and caching servers.  They
! # are preferable to the older gateway servers.  Each protocol
! # used by Lynx can be mapped separately using PROTOCOL_proxy
! # environment variables (see INSTALLATION).  If you have not set
! # them externally, you can set them at run time via this
! # configuration file.  They will not override external settings.
! # The no_proxy variable can be used to inhibit proxying to
! # selected regions of the Web (see below).  Note that on VMS
! # these proxy variables are set as process logicals rather than
! # symbols, to preserve lowercasing, and will outlive the Lynx
! # image.
  #
  #http_proxy:http://some.server.dom:port/
  #https_proxy:http://some.server.dom:port/
--- 915,930 ----
  #SYSTEM_EDITOR:
  
  # Proxy variables
! # Lynx version 2.2 and beyond supports the use of proxy servers that can
! # act as firewall gateways and caching servers.  They are preferable to
! # the older gateway servers.  Each protocol used by Lynx can be mapped
! # separately using PROTOCOL_proxy environment variables (see INSTALLATION).
! # If you have not set them externally, you can set them at run time via
! # this configuration file.  They will not override external settings.
! # The no_proxy variable can be a comma-separated list of hosts which should
! # not be proxied, or an asterisk to override all proxy variables.
! # Note that on VMS they are set as process logicals rather than symbols,
! # to preserve lowercasing, and will outlive the Lynx image.
  #
  #http_proxy:http://some.server.dom:port/
  #https_proxy:http://some.server.dom:port/
***************
*** 942,963 ****
  #wais_proxy:http://some.server.dom:port/
  #finger_proxy:http://some.server.dom:port/
  #cso_proxy:http://some.server.dom:port/
! 
! # The no_proxy variable can be a comma-separated list of strings
! # defining no-proxy zones in the DNS domain name space.  If a
! # tail substring of the domain-path for a host matches one of
! # these strings, transactions with that node will not be proxied.
! #no_proxy:domain.path1,path2
! #
! # A single asterisk as an entry will override all proxy variables
! # and no transactions will be proxied.
! #no_proxy:*
! # This is the only allowed use of * in no_proxy.
! #
! # Warning: Note that setting 'il' as an entry in this list will
! # block proxying for the .mil domain as well as the .il domain.
! # If the entry is '.il' this will not happen.
! 
  
  # Printer definitions
  # any number of printers may be defined by using multiple
--- 940,946 ----
  #wais_proxy:http://some.server.dom:port/
  #finger_proxy:http://some.server.dom:port/
  #cso_proxy:http://some.server.dom:port/
! #no_proxy:host.domain.dom
  
  # Printer definitions
  # any number of printers may be defined by using multiple

reply via email to

[Prev in Thread] Current Thread [Next in Thread]