Skip to content

Instantly share code, notes, and snippets.

View Pazzilivo's full-sized avatar
🎯
Working

Pazzilivo

🎯
Working
View GitHub Profile
[General]
# warning, notify, info, verbose
loglevel = notify
bypass-system = true
skip-proxy = 127.0.0.1, 192.168.0.0/16, 193.168.0.0/24, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10,localhost,*.local
collapse-policy-group-items = true
interface = 0.0.0.0
show-auto-proxy-changed-notification = false
ipv6 = true
allow-wifi-access = true
@Pazzilivo
Pazzilivo / surge.conf
Created March 7, 2016 16:11 — forked from soffchen/surge.conf
surge.conf
[General]
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
# dns-server = 119.29.29.29, 223.5.5.5, 114.114.114.114
loglevel = notify
[Proxy]
BJ-All = custom
BJ-HK-Azure = custom
BJ-US-Azure = custom
@Pazzilivo
Pazzilivo / 0_reuse_code.js
Created April 22, 2014 14:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
[
{
name:"HTML5",
uri:"http://www.w3.org/TR/html5/single-page.html",
category:"markup"
},
{
name:"HTML 5.1",
uri:"http://www.w3.org/TR/html51/single-page.html",
category:"markup"
@Pazzilivo
Pazzilivo / gist:3489435
Created August 27, 2012 15:19 — forked from hileon/gist:1311735
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Windows)

General

Ctrl+KB toggle side bar
Ctrl+Shift+P command prompt
Ctrl+` python console
Ctrl+N new file

Editing