Skip to content

Instantly share code, notes, and snippets.

View BenjaminX's full-sized avatar
🎯
Focusing

Benjamin BenjaminX

🎯
Focusing
View GitHub Profile
@BenjaminX
BenjaminX / shadowsocks-on-openwrt.md
Last active September 14, 2015 07:46 — forked from messense/shadowsocks-on-openwrt.md
shadowsocks on openwrt

配置 shadowsocks

架设好 shadowsocks 服务端,在路由器上安装 shadowsocks 客户端,并配置 /etc/config/shadowsocks.json ,假设本地监听端口为 1080 。启动 shadowsocks

/etc/init.d/shadowsocks start

配置 privoxy

安装 privoxy openwrt 版。

#!/bin/bash
#
### CocoaPods git-checkout hook
#
# This is a hook which you can install, it will automatically
# run `pod install` when you do a git pull/clone/checkout.
#
# The hook can be used to make CocoaPods usable with Xcode CI.
#
## Installation
require 'pathname'
require 'fileutils'
if ARGV.size < 3
puts "Usage: ruby sign.rb App DeveloperId Provision"
exit
end
puts "Working"