mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Fix windows path in Changes.rst
Escape backslash characters in windows path names. Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Selva Nair <selva.nair@gmail.com> Message-Id: <1480360012-9479-1-git-send-email-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13274.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
7f7d6b2eb0
commit
6c6456f438
1 changed files with 2 additions and 2 deletions
|
|
@ -71,12 +71,12 @@ New interactive Windows service
|
|||
|
||||
The interactive Windows service allows unprivileged users to start
|
||||
OpenVPN connections in the global config directory (usually
|
||||
C:\Program Files\OpenVPN\config) using OpenVPN GUI without any
|
||||
C:\\Program Files\\OpenVPN\\config) using OpenVPN GUI without any
|
||||
extra configuration.
|
||||
|
||||
Users who belong to the built-in Administrator group or to the
|
||||
local "OpenVPN Administrator" group can also store configuration
|
||||
files under %USERPROFILE%\OpenVPN\config for use with the
|
||||
files under %USERPROFILE%\\OpenVPN\\config for use with the
|
||||
interactive service.
|
||||
|
||||
redirect-gateway ipv6
|
||||
|
|
|
|||
Loading…
Reference in a new issue