📄 readme
字号:
down-root -- an OpenVPN Plugin ModuleSYNOPSISThe down-root module allows an OpenVPN configuration tocall a down script with root privileges, even when privilegeshave been dropped using --user/--group/--chroot.This module uses a split privilege execution model which willfork() before OpenVPN drops root privileges, at the point wherethe --up script is usually called. The module will then remainin a wait state until it receives a message from OpenVPN viapipe to execute the down script. Thus, the down script will berun in the same execution environment as the up script.BUILDBuild this module with the "make" command. The pluginmodule will be named openvpn-down-root.soUSAGETo use this module, add to your OpenVPN config file: plugin openvpn-down-root.so "command ..."CAVEATSThis module will only work on *nix systems, not Windows.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -