qtun icon indicating copy to clipboard operation
qtun copied to clipboard

希望 qtun 遵循 `--user` 选项所指定的用户

Open pexcn opened this issue 2 years ago • 2 comments

现在如果使用 ss-rust 并以 --user nobody 参数运行, qtun 读取到的 home 目录也还是会是 /root

具体请见:https://github.com/shadowsocks/shadowsocks-rust/issues/1105

pexcn avatar Feb 02 '23 06:02 pexcn

You can specify the cert and key paths in the plugin options. Just make sure nobody can access these files.

madeye avatar Feb 02 '23 10:02 madeye

是的,我目前也是用类似的方式解决的。只是如果能用acme_host这个参数的话,应该会更优雅一点。希望能修复一下😅

pexcn avatar Feb 02 '23 15:02 pexcn