home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / netprofessional / code / 03.01 / NetTips-ProxyConfig / general.pac(listing1).txt < prev    next >
Text File  |  2010-09-21  |  84b  |  6 lines

  1. function FindProxyForURL( url, host)
  2. {
  3.     return "PROXY proxy1.yoursite.com:8000";
  4. }
  5.  
  6.