Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: no-proxy-for option

From: john::schuhr::com at: 2-Jul-2001 16:23

Maybe this is what you were thinking about? Page 360 of Rebol/Core User Guide 2.3 -- If you want to bypass the proxy settings for particular machines, such as those on your local network, you can provide a bypass list. Here is a bypass list for the default proxy: system/schemes/default/proxy/bypass: ["host.example.net" *.example.com ] Note that the asterisk (*) and question mark (?) characters can be used for pattern matching. The asterisk (*) as used in the example above bypasses any machine that ends with example.com. To set a bypass list for only the HTTP scheme, type: system/schemes/http/proxy/bypass: ["host.example.net" "*.example.com"] HTH, John At 02:51 PM 7/2/2001 -0500, you wrote: