Proxy & VPN
https://www.wireguard.com/quickstart/
https://wiki.archlinux.org/title/WireGuard
Userspace: https://github.com/masipcat/wireguard-go-docker
Free for Personal: https://tailscale.com/pricing/
curl -fsSL https://tailscale.com/install.sh | sh
sysctl -w net.ipv4.ip_forward=1
sysctl -w net.ipv6.conf.all.forwarding=1
tailscale up --advertise-exit-node # enable on WebUI: Edit route settings
tailscale status
Official: https://login.tailscale.com/admin/machines
Custom: https://tailscale.com/kb/1118/custom-derp-servers/
https://github.com/slackhq/nebula
curl -s https://install.zerotier.com | sudo bash
service zerotier-one status
zerotier-cli status
shadow-tls: https://github.com/ihciah/shadow-tls/wiki/Example-Compose
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
Qv2ray(v2.6.3+),支持 Linux、macOS、Windows
v2rayN(v3.21+),支持 Windows
v2rayNG(v1.3.0+),支持 Android
PassWall(v3.9.35+),支持 OpenWrt
v2rayA(v1.0.0+),支持 Linux, Web UI
v2rayU(v3.0.0+),支持 macOS
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"
"inbound": {
"protocol": "http",
"port":8123,
"settings": {
"timeout": 0
}
},
"inbound": {
"port": 1080, // 本地监听端口
"listen": "0.0.0.0",
"protocol": "socks", // 使用 Socks(5) 传入协议
"settings": {
"auth": "noauth", // 不认证
"udp": false, // 不开启 UDP 转发
"ip": "127.0.0.1" // 当开启 UDP 时,V2Ray 需要知道本机的 IP 地址
}
},
https://blog.zichao.io/2018/03/03/v2ray-on-vyos.html
https://github.com/HyNetwork/hysteria
https://github.com/txthinking/brook
https://projects.universe-factory.net/projects/fastd/wiki
deb http://ftp.de.debian.org/debian sid main
deb https://repo.universe-factory.net/debian/ sid main
https://nilsschneider.net/2013/02/17/fastd-tutorial.html
https://github.com/digineo/fastd
https://www.tinc-vpn.org/
https://github.com/shadowsocks/shadowsocks-libev#advanced-usage
Check
Networking
page for more.https://toutyrater.github.io/
https://lvii.gitbooks.io/outman/content/ss.client.html
https://neroxps.gitbooks.io/compile-shadowsocks-rss-libev/content/
https://github.com/fzinfz/ssmanager-nopanel
https://hub.docker.com/r/fzinfz/ss-panel/
https://hub.docker.com/r/fzinfz/ss/
docker run -d -v /config.json:/etc/v2ray/config.json v2ray/official/
docker run -dt mritd/v2ray -c "..encode with http://www.bejson.com/zhuanyi/ .."
https://github.com/cyfdecyf/cow
https://github.com/iMeiji/shadowsocks_install/wiki/shadowsocks-optimize
curl https://raw.githubusercontent.com/fzinfz/scripts/master/bbr_enable.sh | bash
https://github.com/xtaci/kcptun
./server_linux_amd64 -t "127.0.0.1:8388" -l ":554" -mode fast2 // 转发到服务器的本地8388端口
./client_darwin_amd64 -r "服务器IP地址:554" -l ":8388" -mode fast2
https://github.com/dragonite-network/dragonite-java
https://github.com/wangyu-/UDPspeeder
http://www.cypherpunks.ru/govpn/
https://github.com/coyove/goflyway
https://github.com/UnsignedInt8/LightSword
https://medium.com/@UnsignedInt8
https://github.com/OkamiSupport/How-to-build-your-own-private-network
https://github.com/bigeagle/gohop
https://github.com/ginuerzh/gost
https://github.com/phuslu/goproxy/blob/wiki/SimpleGuide.md
https://github.com/shell909090/goproxy
https://github.com/wangyu-/tinyFecVPN
https://github.com/immortalwrt/immortalwrt
https://www.v2ray.com/awesome/tools.html
iOS free: OneClick、Leaf | https://itlanyan.com/get-proxy-clients/#bnp_i_2
convert: https://sub-web.netlify.app/
merge: https://acl4ssr-sub.github.io/
https://github.com/Dreamacro/clash
Rules: https://github.com/snapei/clash-pro-rules
Download: https://github.com/Dreamacro/clash/releases/tag/premium
Guide:
- https://github.com/Dreamacro/clash/wiki/Clash-Premium-Features
- https://docs.cfw.lbyczf.com/contents/tap.html
.dll to clash folder: https://www.wintun.net/
https://sing-box.sagernet.org/features/
Last modified 4mo ago