Skip to content

Instantly share code, notes, and snippets.

View hvdkooij's full-sized avatar
💭
I may be slow to respond.

Hugo van der Kooij hvdkooij

💭
I may be slow to respond.
View GitHub Profile
// ProxyPAC example
// Don't use it without modifications to the tables.
// Direct domain names
// List of domains that do need to go through the proxy
var Direct = new Array(
"*.example.com",
"example.com",
"*.example.net",
"example.net",