F
F
Ferro's Gitbook
Github
Docker Hub
Search…
Introduction
Programming
Linux
Networking
Proxy & VPN
Security
DNS
DHCP
Low Level
TCP
SDN
OVS
Openflow
Hardware
OpenWRT
Web
Docker
Virtualization
Storage(SW)
BSD
Windows
Cloud
BI
DB
DevOps
Multimedia
Hardware
Electronic
Android/iOS
Apps
Powered By
GitBook
Proxy & VPN
WireGuard - C
tailscale
nebula - go
zerotier
Shadowsocks
xray
v2ray
with router
clash
Brook - Go
fastd
tinc
Transparent Proxy
中文手册
V2ray
Shadowsocks
Manager
Panel
Docker
Cow - Auto detect blocked sites
Optimize
BBR (Kernel 4.9+)
KCPTun
dragonite-java
UDPspeeder
govpn
HTTP tunnel in Go: goflyway
Other tools
LightSword
ShadowVPN
gohop VPN - go
GO Simple Tunnel
goproxy for GAE
goproxy with msocks protocal
tinyFecVPN
Subscription URL Generator
WireGuard - C
https://www.wireguard.com/quickstart/ https://wiki.archlinux.org/title/WireGuard Userspace: https://github.com/masipcat/wireguard-go-docker
tailscale
Free for Personal: https://tailscale.com/pricing/
1
curl -fsSL https://tailscale.com/install.sh | sh
2
sysctl -w net.ipv4.ip_forward=1
3
sysctl -w net.ipv6.conf.all.forwarding=1
4
tailscale up --advertise-exit-node # enable on WebUI: Edit route settings
5
tailscale status
Copied!
Official: https://login.tailscale.com/admin/machines Custom: https://tailscale.com/kb/1118/custom-derp-servers/
nebula - go
https://github.com/slackhq/nebula
zerotier
1
curl -s https://install.zerotier.com | sudo bash
2
service zerotier-one status
3
zerotier-cli status
Copied!
Shadowsocks
Official
|
Compare
(
raw
)
xray
https://github.com/XTLS/ https://hub.docker.com/r/teddysun/xray
https://github.com/rprx/v2fly-github-io/blob/master/docs/config/protocols/vless.md#%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%8C%87%E5%BC%95
1
Qv2ray(v2.6.3+),支持 Linux、macOS、Windows
2
v2rayN(v3.21+),支持 Windows
3
v2rayNG(v1.3.0+),支持 Android
4
PassWall(v3.9.35+),支持 OpenWrt
5
v2rayA(v1.0.0+),支持 Linux, Web UI
6
v2rayU(v3.0.0+),支持 macOS
Copied!
v2ray
https://www.v2ray.com/chapter_02/01_overview.html https://github.com/v2ray/manual/blob/master/zh_cn/chapter_02/protocols/vmess.md
https://toutyrater.github.io/v2ray-guide-pages/ https://github.com/ToutyRater/v2ray-guide/blob/master/basic/vmess.md
loglevel: "debug"、"info"、"warning"、"error" 和 "none"
1
"inbound": {
2
"protocol": "http",
3
"port":8123,
4
"settings": {
5
"timeout": 0
6
}
7
},
8
"inbound": {
9
"port": 1080, // 本地监听端口
10
"listen": "0.0.0.0",
11
"protocol": "socks", // 使用 Socks(5) 传入协议
12
"settings": {
13
"auth": "noauth", // 不认证
14
"udp": false, // 不开启 UDP 转发
15
"ip": "127.0.0.1" // 当开启 UDP 时,V2Ray 需要知道本机的 IP 地址
16
}
17
},
Copied!
with router
https://blog.zichao.io/2018/03/03/v2ray-on-vyos.html
clash
https://github.com/Dreamacro/clash Win GUI: https://docs.cfw.lbyczf.com/contents/quickstart.html
Brook - Go
https://github.com/txthinking/brook
fastd
https://projects.universe-factory.net/projects/fastd/wiki
1
deb http://ftp.de.debian.org/debian sid main
2
deb https://repo.universe-factory.net/debian/ sid main
Copied!
https://nilsschneider.net/2013/02/17/fastd-tutorial.html https://github.com/digineo/fastd
tinc
https://www.tinc-vpn.org/
Transparent Proxy
https://github.com/shadowsocks/shadowsocks-libev#advanced-usage Check
Networking
page for more.
中文手册
V2ray
https://toutyrater.github.io/
Shadowsocks
https://lvii.gitbooks.io/outman/content/ss.client.html https://neroxps.gitbooks.io/compile-shadowsocks-rss-libev/content/
Manager
https://github.com/fzinfz/ssmanager-nopanel
Panel
https://hub.docker.com/r/fzinfz/ss-panel/
Docker
https://hub.docker.com/r/fzinfz/ss/
1
docker run -d -v /config.json:/etc/v2ray/config.json v2ray/official/
2
docker run -dt mritd/v2ray -c "..encode with http://www.bejson.com/zhuanyi/ .."
Copied!
Cow - Auto detect blocked sites
https://github.com/cyfdecyf/cow
Optimize
https://github.com/iMeiji/shadowsocks_install/wiki/shadowsocks-optimize
BBR (Kernel 4.9+)
1
curl https://raw.githubusercontent.com/fzinfz/scripts/master/bbr_enable.sh | bash
Copied!
KCPTun
https://github.com/xtaci/kcptun
1
./server_linux_amd64 -t "127.0.0.1:8388" -l ":554" -mode fast2 // 转发到服务器的本地8388端口
2
./client_darwin_amd64 -r "服务器IP地址:554" -l ":8388" -mode fast2
Copied!
dragonite-java
https://github.com/dragonite-network/dragonite-java
UDPspeeder
https://github.com/wangyu-/UDPspeeder
govpn
http://www.cypherpunks.ru/govpn/
HTTP tunnel in Go: goflyway
https://github.com/coyove/goflyway
Other tools
https://pbs.twimg.com/media/B6MjT6cCYAA-U3C.png:large
LightSword
https://github.com/UnsignedInt8/LightSword https://medium.com/@UnsignedInt8
ShadowVPN
https://github.com/OkamiSupport/How-to-build-your-own-private-network
gohop VPN - go
https://github.com/bigeagle/gohop
GO Simple Tunnel
https://github.com/ginuerzh/gost
goproxy for GAE
https://github.com/phuslu/goproxy/blob/wiki/SimpleGuide.md
goproxy with msocks protocal
https://github.com/shell909090/goproxy
tinyFecVPN
https://github.com/wangyu-/tinyFecVPN
Subscription URL Generator
https://sub-web.netlify.app/
Previous
Networking
Next
Security
Last modified
5mo ago
Copy link
Edit on GitHub
Contents
WireGuard - C
tailscale
nebula - go
zerotier
Shadowsocks
xray
v2ray
with router
clash
Brook - Go
fastd
tinc
Transparent Proxy
中文手册
V2ray
Shadowsocks
Manager
Panel
Docker
Cow - Auto detect blocked sites
Optimize
BBR (Kernel 4.9+)
KCPTun
dragonite-java
UDPspeeder
govpn
HTTP tunnel in Go: goflyway
Other tools
LightSword
ShadowVPN
gohop VPN - go
GO Simple Tunnel
goproxy for GAE
goproxy with msocks protocal
tinyFecVPN
Subscription URL Generator