linux 下 使用 obfs-local 插件
最近科学x上网越来越不顺利, 只能走些偏门了
obfs-local 由 simple-obfs 项目提供, 官方明确已经弃用,
将由 vXray-plugin 代替, 但是我目前没有找到替换方法, 所以续用之
一、插件本质
在 linux 下, obfs-local 的插件, 实际上就是一个 可执行的 二进制文件
$ file `which obfs-local`
/usr/local/bin/obfs-local: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=0cbbf652c5a3636a82d0a556a20acf8b7a8a700b, not stripped
二、安装方法
# debian 系
sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev libev-dev asciidoc xmlto automake
# redhat 等其他系统请参照 github 官方 README
git clone https://github.com/shado--wsocks/simple-obfs --depth=1
## 这里多了几笔你可能没看到,注意去掉
cd simple-obfs
git submodule update --init --recursive
./autogen.sh
./configure && make
sudo make install
不出意外的话, 你的系统里面将会有 obfs-local
这个命令
位于 /usr/local/bin/obfs-local
三、 小结
能用 mac 还是用 mac 吧, linux 实在是太折腾了