qtun
qtun copied to clipboard
希望 qtun 遵循 `--user` 选项所指定的用户
现在如果使用 ss-rust 并以 --user nobody 参数运行, qtun 读取到的 home 目录也还是会是 /root
具体请见:https://github.com/shadowsocks/shadowsocks-rust/issues/1105
You can specify the cert and key paths in the plugin options. Just make sure nobody can access these files.
是的,我目前也是用类似的方式解决的。只是如果能用acme_host这个参数的话,应该会更优雅一点。希望能修复一下😅