dragon100a

Results 3 comments of dragon100a

@aoxue 执行那一行后,/usr/bin多出来一个带快捷方式箭头的obfs-server 这就是预期效果吗?

@flashbarry 总结了一下步骤,看起来大概是这样: 先用teddysun的脚本装ss-libev 然后执行如下一组命令 来装 obfs git clone https://github.com/shadowsocks/simple-obfs.git cd simple-obfs git submodule update --init --recursive ./autogen.sh ./configure && make make install 上述步骤来自于https://github.com/shadowsocks/simple-obfs 的usage一节 接下来在/usr/bin 给obfs-server 添加个 快捷方式(https://github.com/shadowsocks/shadowsocks-libev/issues/1082#issuecomment-272777849 这楼的第三行代码提到的) ln...

@aoxue 谢谢 告知。看起来在 服务器端开 obfs 就是 上一楼 那几行了。不过这样要是写成脚本就好多了。 接下来在 询问如何在客户端开启 obfs