Skip to content

Instantly share code, notes, and snippets.

[General]
port = 8000
replica = 1
ipv6 = 0
interface = 0.0.0.0
socks-port = 8001
bypass-system = true
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.0.0.0/8, 127.0.0.0/24
external-controller-access = [email protected]:6155
skip-proxy = 127.0.0.0/24, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, e.crashlytics.com
@p0pfan
p0pfan / 0_reuse_code.js
Created April 30, 2016 09:03
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
@p0pfan
p0pfan / README.md
Created March 2, 2016 07:10 — forked from janlay/README.md
Yet another config for Surge.app

Install

  1. Modify index.txt with your output path and proxy info
  2. Use Text Builder to build configuration for Surge: $ text-builder -index /path/to/index.txt
  3. Import configuration via AirDrop/iTunes/Dropbox/iCloud

本人不提供任何保证和技术支持,使用者自负风险。
There are no guarantees, no any support. Use it at your own risk.

@p0pfan
p0pfan / Main.conf
Created March 2, 2016 07:07
Yet another config for Surge.app
[General]
# warning, notify, info, verbose
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 = 0.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10
loglevel = notify
[Proxy]
Proxy = https,abc.com,6565
ABC = http,adc.com,443