Dnomd343

Results 6 issues of Dnomd343

When using `table` encrypt method, a handshake with shadowsock (python) or shadowsocks-libev will fail, whether shadowsocks-rust is a server or a client, but the python version communicates with libev version...

GoQuiet work unusual under shadowsocks-libev SIP003 mode when `REMOTE_HOST` or `LOCAL_HOST` is IPv6 address. ``` ~/GoQuiet # ss-local -v -s ::1 -p 12345 -b 0.0.0.0 -l 1081 -k dnomd343 -m...

> error recurrence ``` ~/kcptun # ss-libev-server -s ::1 -p 12345 -k dnomd343 -m aes-256-ctr --plugin ./kcptun-server 2022-03-04 16:50:19 INFO: plugin "./kcptun-server" enabled 2022-03-04 16:50:19 INFO: initializing ciphers... aes-256-ctr 2022-03-04...

For example use the following command: ```bash # This is a ECC certificate shell> head -n 1 /etc/ssl/certs/343.re/privkey.pem -----BEGIN EC PRIVATE KEY----- shell> ss-libev-server -s 0.0.0.0 -p 12345 -k dnomd343...

在BoxJS的gist备份脚本中,默认上传的JSON配置没有经过缩进处理,导致传到gist的文件仅序列化为一行。在git中,这种结构很难从blame直接看到前后的更改信息,无法快速对比两次备份间的改动,需要查看某一字段的信息经常需要下载到本地格式化。 希望能在序列化代码添加space参数:`JSON.stringify(value, null, 2)` ,增加缩进虽然会使体积膨胀,但在纯文本数据中影响不大,相反能带来可读性收益。 抱歉,以前考虑过,增加缩进,但是可能存在提交限制。加了之后如果备份数据很庞大,不一定能提交上去。

The env `SS_REMOTE_HOST` and `SS_LOCAL_HOST` without `[]` when IPv6, and rabbit-plugin will work error in that case. ``` ~ # ss-libev-local -s ::1 -p 12345 -b 0.0.0.0 -l 1080 -k...