返回列表 發帖
本帖最後由 tomleehk 於 2018-5-8 16:12 編輯

用 openwrt 路由行 SS client+obfs ( 走https port 443)
透明代理

TOP

本帖最後由 tomleehk 於 2018-5-11 19:01 編輯

安裝包 :
ss (server+client)
https://github.com/shadowsocks/openwrt-shadowsocks

simple-obfs (client+server)
https://github.com/aa65535/openwrt-simple-obfs

simple-obfs 參考 : https://github.com/shadowsocks/simple-obfs

網上好難揾 openwrt ss-client + openwrt ss-server嘅完整all-in-one教程

初級 :
openwrt ss-client <--> openwrt ss-server
走 port 443

中級 :
openwrt ss-client + obfs <--> openwrt ss-server + obfs
走 port 80 行 http obfs

高級 :
openwrt ss-client + obfs <--> openwrt ss-server + obfs + lighttpd webserver (加cert)
走 port 443 行 https obfs

深造 :
OpenWRT Shadowsocks Client 轉發DNS請求
https://zzz.buzz/zh/gfw/2016/02/ ... direct-dns-requests
配置完TCP流量轉發後,還需要配置DNS請求的轉發,以避免DNS污染造成的無法訪問。

其實有機會初級嘅方案已經可以解決問題

TOP

本帖最後由 tomleehk 於 2018-5-12 06:12 編輯

以我所知 只有ss-client 有luci package
ss-server, simple-obfs 都應該無 luci package
好多嘢要自己直接做scripting, 經常要請教google大神, 自己抽取啱用嘅教學
未必人人啱, 不過搞得掂嘅話功能就好多樣化

TOP

本帖最後由 tomleehk 於 2018-5-12 18:55 編輯
我有一个疑问,就是两边set好client server,是否可以1)通过AP,到对方的Gateway?2)通过LAN port又可以 ...
角色 發表於 2018-5-12 07:35


1)雙向不可以
2)雙向不可以

因為SS 不是VPN 技術,而喺sock5 proxy,只可單向由(通過Wifi 或者 LAN port 都可以)client 經server 去翻牆, 沒有任何bridging相關技巧,亦不能access server本身主機

TOP

返回列表