?? readme
字號(hào):
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.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -