We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--user
当我使用 qtun 插件时:
# 日志显示的证书目录 /root/.acme.sh/example.com ssservice local --config ./local.json # 日志显示的证书目录 /root/.acme.sh/example.com ssservice local --user nobody --config ./local.json
当我使用 xray-plugin 插件时:
# 日志显示的证书目录 /root/.acme.sh/example.com ssservice local --config ./local.json # 日志显示的证书目录 //.acme.sh/example.com ssservice local --user nobody --config ./local.json
请问为什么在使用 qtun 插件的时候,即使我指定了 --user nobody, 它读取到的证书目录也是在 /root 下?
--user nobody
/root
The text was updated successfully, but these errors were encountered:
shadowsocks-rust/crates/shadowsocks/src/plugin/ss_plugin.rs
Lines 17 to 23 in 92c218d
Plugin starts without changing the uid, so the process should run with the user specified by --user.
As for the problem about the path of cert, you should open an issue to qtun, there is nothing related to shadowsocks-rust.
Sorry, something went wrong.
No branches or pull requests
当我使用 qtun 插件时:
当我使用 xray-plugin 插件时:
请问为什么在使用 qtun 插件的时候,即使我指定了
--user nobody
, 它读取到的证书目录也是在/root
下?The text was updated successfully, but these errors were encountered: