對不可描述的軟件安裝sfbo插件
阿新 • • 發佈:2019-01-10
client roo usr host 需要 automake plugin update devel
0
後來...突然有一天,我就需要sfbo了。
1 安裝
yum search ”不可描述插件“是空的,只能用源碼安裝。
官方信息可以鏈接到這裏,obfs。
1.1 編譯安裝
git clone https://github.com//”不可描述軟件“/simple-sfbo.git cd simple-”不可描述插件“ git submodule update --init --recursive yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto libev-devel ./autogen.sh ./configure make make install
安裝完成
[root@host simple-sfbo]# find /usr/local/
/usr/local/bin/sfbo-server
/usr/local/bin/sfbo-local
/usr/local/share/man/man1/sfbo-server.1
/usr/local/share/man/man1/sfbo-local.1
/usr/local/share/doc/simple-”不可描述插件“/sfbo-local.html
/usr/local/share/doc/simple-”不可描述插件“/sfbo-server.html
2 配置
2.1 server端配置
在配置文件中增加如下兩行配置即可。
"plugin":"sfbo-server", "plugin-opts":"sfbo=http“ }
使用systemd啟動
systemctl start ”不可描述軟件“-libev-server@tong
2.2 client端配置
在配置文件中增加如下行:
"plugin":"sfbo-local",
"plugin-opts":"sfbo=http;sfbo-host=www.sina.com"
3. 效果
首先,網還可以正常上。
然後分別抓了http和tls的包。即沒看見http頭也沒看見tls頭。不知道搞什麽。
對不可描述的軟件安裝sfbo插件