1. 程式人生 > >對不可描述的軟體安裝sfbo外掛

對不可描述的軟體安裝sfbo外掛

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

安裝完成

[[email protected] 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 ”不可描述軟體“[email protected]

2.2 client端配置

在配置檔案中增加如下行:

    "plugin":"sfbo-local",
    "plugin-opts":"sfbo=http;sfbo-host=www.sina.com"

3. 效果

首先,網還可以正常上。

然後分別抓了http和tls的包。即沒看見http頭也沒看見tls頭。不知道搞什麼。