可以加上simple-obfs 吗?
zhouad opened this issue · 4 comments
zhouad commented
你好,前几天刚刚入手ER-X SFP,正在折腾编译的问题,机缘看到你的这个项目,非常的方便,特别感谢!就是我们的服务器是用了obfs的,所以有没有可能请您加上编译simple-obfs功能?感谢!
m2nx commented
👌 之后会添加
…On October 30, 2018 at 16:44:23, zhouad ***@***.***) wrote:
你好,前几天刚刚入手ER-X
SFP,正在折腾编译的问题,机缘看到你的这个项目,非常的方便,特别感谢!就是我们的服务器是用了obfs的,所以有没有可能请您加上编译simple-obfs功能?感谢!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APfBZni7D4w5YkvSFYtE21tjx-5ASbFaks5uqBFngaJpZM4YBbjo>
.
zhouad commented
参考你的脚本加了一下,测试可以使用了!😄
echo -e "$green Installing simple-obfs...$end"
cd
git clone https://github.com/shadowsocks/simple-obfs
cd simple-obfs
git submodule init && git submodule update
./autogen.sh
LIBS="-lpthread -lm"
LDFLAGS="-Wl,-static -static -static-libgcc
-L$prefix_path/libsodium/lib
-L$prefix_path/libev/lib
-L$prefix_path/libcares/lib"
CFLAGS="-I$prefix_path/libsodium/include
-I$prefix_path/libev/include
-I$prefix_path/libcares/include"
./configure --host=$host --prefix=$prefix_path/ss-bin
--disable-ssp
--disable-documentation
&& make
&& make install
m2nx commented
可以提个 PR 过来😊
…On November 1, 2018 at 10:49:04, zhouad ***@***.***) wrote:
参考你的脚本加了一下,测试可以使用了!😄
echo -e "$green Installing simple-obfs...$end"
cd
git clone https://github.com/shadowsocks/simple-obfs
cd simple-obfs
git submodule init && git submodule update
./autogen.sh
LIBS="-lpthread -lm"
LDFLAGS="-Wl,-static -static -static-libgcc
-L$prefix_path/libsodium/lib
-L$prefix_path/libev/lib
-L$prefix_path/libcares/lib"
CFLAGS="-I$prefix_path/libsodium/include
-I$prefix_path/libev/include
-I$prefix_path/libcares/include"
./configure --host=$host --prefix=$prefix_path/ss-bin
--disable-ssp
--disable-documentation
&& make
&& make install
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APfBZnBQRDU_WP_X8msMt3zM6eFDL_GXks5uqmEggaJpZM4YBbjo>
.
m2nx commented
Merged.