simple-obfs icon indicating copy to clipboard operation
simple-obfs copied to clipboard

A simple obfuscating tool (Deprecated)

Results 101 simple-obfs issues
Sort by recently updated
recently updated
newest added

这个库几年没更新了。可是我这几年一直在用,感觉非常稳定好用,又不用自己注册域名。不更新了好可惜呜呜呜

server side remains unchanged, client side: "plugin_opts":"obfs=http;obfs-host=www.bing.com;obfs-uri=*******;fast-open" like this way? but is there any "official" examples? what should I put after "obfs-uri="? thanks!

````json { "server":"0.0.0.0", "server_port":2095, "local_port":1080, "password":"PASSWORD", "timeout":60, "method":"chacha20-ietf-poly1305", "mode":"tcp_and_udp", "fast_open":true, "plugin":"obfs-server", "plugin_opts":"obfs=http;failover=www.cloudflare.com:80;fast-open" } { "server":"0.0.0.0", "server_port":2096, "local_port":1080, "password":"PASSWORD", "timeout":60, "method":"chacha20-ietf-poly1305", "mode":"tcp_and_udp", "fast_open":true, "plugin":"obfs-server", "plugin_opts":"obfs=tls;failover=www.cloudflare.com:443;fast-open" } ```` 用VPS的ip,或者cf的直连域名,可以使用。 但换成cdn域名,就不能使用了。Surge测试时,http模式能返回延迟,tls模式直接失败。 但cdn域名直接访问时,failover可以正常加载。 是不是需要在cloudflare里面调整压缩加速的选项?我是用免费版的cf,希望能问下该怎么设置cf。

Hi, I have an issue while compiling the source using Cygwin. I have libev-devel installed but I get this error: configure: error: Couldn't find libev. Try installing libev-dev[el]. Is there...

time: package/utils/util-linux/download#0.23#0.04#0.39 simple-obfs-0.0.5-486bebd9208539058e57e23a12f23103016e09b4.tar.gz: Download from https://github.com/shadowsocks/simple-obfs.git failed simple-obfs-0.0.5-486bebd9208539058e57e23a12f23103016e09b4.tar.gz: Fetching submodules is not yet supported Checking out files from the git repository... Cloning into 'simple-obfs-0.0.5-486bebd9208539058e57e23a12f23103016e09b4'...

./autogen.sh ./configure && make sudo make install 花了好几个小时处理这个问题,但总是死在这三步。autogen在cent os6里边升级成2.69版本很费劲。后面两步我就没用成功过。 **求大佬能把这个整合到新的ss服务端就好了,或是写一个中文详细的教程也好QAQ。**

fix error: ‘strncasecmp’ specified bound 18446744073709551614 exceeds maximum object size

my shadowsocks don‘t work,the error as follow: ● shadowsocks-libev.service - Shadowsocks-libev Default Server Service Loaded: loaded (/lib/systemd/system/shadowsocks-libev.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2022-03-24 16:37:00 CST; 1min...

some server broken. like this: ``` Feb 20 22:06:50 XXX ss-server[1129]: 2020-02-20 22:06:50 ERROR: plugin service exit unexpectedly Feb 20 22:06:50 XXX ss-server[1129]: 2020-02-20 22:06:50 INFO: error on terminating the...

Cygwin updated their GCC to version 9.2.0 recently and it now warns about passing chars to isdigit: ``` Making all in src make[2]: Entering directory '/home/runneradmin/simple-obfs/src' CC obfs_local-utils.o In file...