Skip to content

Instantly share code, notes, and snippets.

@ergoithz
Last active January 5, 2018 12:42
Show Gist options
  • Save ergoithz/e23c53d7da79781c2cb1b691891aad21 to your computer and use it in GitHub Desktop.
Save ergoithz/e23c53d7da79781c2cb1b691891aad21 to your computer and use it in GitHub Desktop.
My FoxyProxy SOCKS5 preset
{
"mode": "patterns",
"proxySettings": [
{
"title": "Local SOCKS5",
"type": 3,
"color": "#66cc66",
"address": "localhost",
"port": 8527,
"active": true,
"whitePatterns": [
{
"active": true,
"pattern": "*rpgfan.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*humblebundle.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*itch.io",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*destructoid.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*epicbundle.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*thechive.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*gamingonlinux.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*steampowered.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"active": true,
"pattern": "*anaitgames.com",
"type": 1,
"protocols": 1,
"title": ""
},
{
"title": "",
"active": true,
"pattern": "*ludumdare.com",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*webzen.com",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*steamcommunity.com",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*emuparadise.me",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*greenmangaming.com",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*destructoid.com",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*twitch.tv",
"type": 1,
"protocols": 1
},
{
"title": "",
"active": true,
"pattern": "*twitchcdn.net",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [
{
"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"active": true,
"pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$",
"type": 2,
"protocols": 1
},
{
"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"active": true,
"pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$",
"type": 2,
"protocols": 1
},
{
"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"active": true,
"pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$",
"type": 2,
"protocols": 1
},
{
"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
"active": true,
"pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$",
"type": 2,
"protocols": 1
}
],
"id": "7jnxju1511271274520"
},
{
"active": true,
"title": "Default",
"notes": "These are the settings that are used when no patterns match a URL.",
"color": "#0055E5",
"type": 5,
"whitePatterns": [
{
"title": "all URLs",
"active": true,
"pattern": "*",
"type": 1,
"protocols": 1
}
],
"blackPatterns": [],
"id": "k20d21508277536715"
}
],
"logging": {
"active": true,
"maxSize": 500
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment