Sing Yu Chan

Results 35 issues of Sing Yu Chan

以下是配置文件的关键部分: ```json // 服务端 { "server": "0.0.0.0", "server_port": 2047, "password": "${SHADOWSOCKS_PASSWORD}", "method": "chacha20-ietf-poly1305", "mode": "tcp_only", "plugin": "qtun-server", "plugin_opts": "acme_host=my.domain.com" }, // 客户端 { "server": "xxx.xxx.xxx.xxx", "server_port": 2047, "password": "${SHADOWSOCKS_PASSWORD}", "method":...

https://github.com/pexcn/openwrt-chinadns-ng/pull/27, I'll handle with it when I have time.