极端条件下上网工具
当万一海外互联网完全不可连接时的上网方案
1. 使用国外SIM卡
- 泰国SIM2FLY https://xunihao.net/3672.html
2. 使用卫星通讯
- Starlink
- https://en.wikipedia.org/wiki/Globalstar
- https://en.wikipedia.org/wiki/Inmarsat
- https://en.wikipedia.org/wiki/Iridium_Communications
- https://en.wikipedia.org/wiki/Thuraya
3. 无互联网时可用的通讯app
可使用蓝牙或者局域网连接的app
4. 组建本地网络
使用本地Wifi或者短波信号组建网络
- https://en.wikipedia.org/wiki/Amateur_radio
- https://en.wikipedia.org/wiki/B.A.T.M.A.N.
- https://en.wikipedia.org/wiki/Freifunk
科学上网
通过海外服务器绕过防火墙的方法
1. MTProxy
MTProxy是Telegram专用代理,只能用来上Telegram,建议配上,在万一所有其他方法都无法使用的时候可以用它上Telegram求助。
- MTProtoProxy:代理服务器的服务端软件 https://github.com/alexbers/mtprotoproxy
2. V2Ray
在海外服务器上安装V2Ray服务端
支持V2Ray的客户端
- v2rayN(Windows)https://github.com/2dust/v2rayN/releases
- v2rayX(Mac)https://github.com/Cenmrev/V2RayX/releases
- v2rayNG(Android) https://github.com/2dust/v2rayNG/releases https://play.google.com/store/apps/details?id=com.v2ray.ang
- Kitsunebi(Android) https://github.com/eycorsican/kitsunebi-android/releases https://play.google.com/store/apps/details?id=fun.kitsunebi.kitsunebi4android
- SagerNet (Android) https://f-droid.org/packages/io.nekohasekai.sagernet
- Kitsunebi(iOS) https://itunes.apple.com/us/app/kitsunebi-proxy-utility/id1446584073?mt=8
- i2Ray(iOS) https://itunes.apple.com/us/app/i2ray/id1445270056?mt=8
- Shadowrocket(iOS) https://itunes.apple.com/us/app/shadowrocket/id932747118?mt=8
- Pepi(iOS) https://itunes.apple.com/us/app/pepi/id1283082051?mt=8
- Quantumult(iOS)https://itunes.apple.com/us/app/quantumult/id1252015438?mt=8
安装V2ray客户端软件后,在客户端软件中添加订阅链接即可使用
3. Zerotier
- 在国内电脑和海外服务器上安装软件 https://www.zerotier.com/download/
- 在 zertoier.com 上登陆并创建network
- 在海外电脑上添加network id,开启路由设置,将来自zerotier的流量路由到外网网卡
- 在国内电脑上添加network id, 开启default route,并配置DNS海外DNS
4. Tor Bridge
服务端配置
- 在海外服务器上安装Tor软件和obfs4proxy(Linux一般都会自带)
-
在tor配置文件(
/etc/tor/torrc
)中配置 (端口可以自定义)BridgeRelay 1 PublishServerDescriptor 0 ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy ServerTransportListenAddr obfs4 [::]:59013 ExtORPort auto
-
在Tor的启动日志里面找到
Your Tor server's identity key fingerprint is 'Unnamed <服务器指纹>'
-
在
/var/lib/tor/pt_state/obfs4_bridgeline.txt
中找到客户端配置,填入IP、端口、指纹就构成了客户端配置# Before distributing this Bridge, edit the placeholder fields # to contain the actual values: # <IP ADDRESS> - The public IP address of your obfs4 bridge. # <PORT> - The TCP/IP port of your obfs4 bridge. # <FINGERPRINT> - The bridge's fingerprint. Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERT> iat-mode=0
在Tor Browser(或者其他Tor软件中)添加以上生成的配置即可使用(菜单 -> Settings -> Tor -> Use a bridge -> Provide a bridge ):
5. 自建免翻墙可用的服务
- 搜索引擎 https://searx.github.io/searx/
- Youtube https://github.com/TeamPiped/Piped
- 对应的Android客户端 https://github.com/Libre-tube/LibreTube
- Twitter https://github.com/zedeus/nitter
- Reddit https://codeberg.org/teddit/teddit
- Nostr Relay https://github.com/scsibug/nostr-rs-relay
过时内容
- 如何防止DNS污染和劫持 (过时)
- Shadowsocks的OpenWrt LuCI图形界面 (过时)
- ubuntu下安装L2TP VPN服务器 (过时)
- 将squid打造成能自动重试的代理服务 (过时)