shadowsocks / qtun

Yet another SIP003 plugin based on IETF-QUIC
121 stars 15 forks source link

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

Open pexcn opened 1 year ago

pexcn commented 1 year ago

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

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

madeye commented 1 year ago

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

pexcn commented 1 year ago

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