Skip to content

Instantly share code, notes, and snippets.

View paranoidxc's full-sized avatar
💭
换工作中 (FUCKING THE ALL WORLD)

paranoidxc

💭
换工作中 (FUCKING THE ALL WORLD)
  • 五四北 福州 福建
View GitHub Profile
@jason5ng32
jason5ng32 / surge.conf
Last active April 7, 2024 13:04
Surge Configs ( for 2.x )
[General]
loglevel = notify
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1
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.115.115
# external-controller-access = PASSWORD@0.0.0.0:6155
# ipv6 = true
// REMEMBER TO CHANGE THE external-controller-access' PASSWORD
@soffchen
soffchen / surge.conf
Last active March 4, 2024 05:23
surge.conf
[General]
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1
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
@janlay
janlay / README.md
Last active May 11, 2024 03:22
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 Or run $ sh build-all to build all your index files.
  3. Import configuration via AirDrop/iTunes/Dropbox/iCloud

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

@paranoidxc
paranoidxc / 2014 阅读列表
Last active August 29, 2015 13:57
2014 阅读列表
# 2014 阅读列表
### 技艺
- ~~<del>软件开发者路线图﹕从学徒到高手</del>~~ EOF 03.12
- ~~<del>结网</del>~~ EOF 03.24
- ~~<del>C程序设计语言 (The C Programming Language)</del>~~ EOF 03.28
- ~~<del>Node.js开发指南</del>~~ EOF 02.28
- 算法: C 语言实现 1-4 部分
- ~~ iOS Programming : The Big Nerd Ranch Guide (4th) ~~ EOF 07.01
- ~~ 深入理解计算机系统 ~~ EOF 08.14
@andyferra
andyferra / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {