home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / proxy < prev    next >
Text File  |  2006-12-18  |  1KB  |  52 lines

  1. ## Path:    Network/Proxy
  2. ## Description:    
  3. ## Type:    yesno
  4. ## Default:    no
  5. ## Config:      kde,profiles
  6. #
  7. # Enable a generation of the proxy settings to the profile.
  8. # This setting allows to turn the proxy on and off while
  9. # preserving the particular proxy setup.
  10. PROXY_ENABLED="no"
  11.  
  12. ## Type:    string
  13. ## Default:    ""
  14. #
  15. # Some programs (e.g. lynx, arena and wget) support proxies, if set in
  16. # the environment.  SuSEconfig can add these environment variables to
  17. # /etc/SuSEconfig/* (sourced by /etc/profile etc.) -
  18. # See http://portal.suse.com/sdb/en/1998/01/lynx_proxy.html for more details.
  19. # Example: HTTP_PROXY="http://proxy.provider.de:3128/"
  20. HTTP_PROXY=""
  21.  
  22. ## Type:    string
  23. ## Default:    ""
  24. #
  25. # Some programs (e.g. lynx, arena and wget) support proxies, if set in
  26. # the environment.  SuSEconfig can add these environment variables to
  27. # /etc/SuSEconfig/* (sourced by /etc/profile etc.) -
  28. # this setting is for https connections
  29. HTTPS_PROXY=""
  30.  
  31. ## Type:    string
  32. ## Default:    ""
  33. #
  34. # Example: FTP_PROXY="http://proxy.provider.de:3128/"
  35. #
  36. FTP_PROXY=""
  37.  
  38. ## Type:    string
  39. ## Default:    ""
  40. #
  41. # Example: GOPHER_PROXY="http://proxy.provider.de:3128/"
  42. #
  43. GOPHER_PROXY=""
  44.  
  45. ## Type:    string(localhost)
  46. ## Default:    localhost
  47. #
  48. # Example: NO_PROXY="www.me.de, do.main, localhost"
  49. #
  50. NO_PROXY="localhost, 127.0.0.1"
  51.