flash

Results 1 issues of flash

最近在鼓捣obfs,用了这个方法: git clone https://github.com/shadowsocks/simple-obfs.git cd simple-obfs git submodule update --init --recursive ./autogen.sh ./configure && make make install ,安装了obfs,然后在/etc/shadowsocks-libev/config.json中添加了 "plugin":"obfs-server", "plugin_opts":"obfs=http" 按照网上的说法,服务端启用obfs,客户端即使不启用obfs也是应该能够上网的, 奇怪就奇怪在,我现在还不会使用obfs客户端,我想先试试不启用obfs,ss能够上网, 于是我用/etc/init.d/shadowsocks start启动ss服务端,客户端ss却上不了网了, 而如果用ss-server -c /etc/shadowsocks-libev/config.json -v开启ss服务端,ss客户端就算不启用obfs也能正常上网,两种方法有区别吗?我vi看了/etc/init.d/shadowsocks的内容,好像也没什么区别, shadowsocks内容大概是这样的: #!/bin/bash...