aboutsummaryrefslogtreecommitdiff
path: root/doc/man-sections/server-options.rst
diff options
context:
space:
mode:
authorHeiko Hund2022-03-23 15:34:52 +0100
committerGert Doering2022-03-29 15:40:32 +0200
commitb3e0d95dcfd0de2a5fe6545fed8f46e0dd35784d (patch)
treec9f855cf505b13387fc08f564062f5b83957e5b3 /doc/man-sections/server-options.rst
parent47671d6d6814eadb3dd5e742ebc40c6f21038224 (diff)
downloadopenvpn-b3e0d95dcfd0de2a5fe6545fed8f46e0dd35784d.zip
openvpn-b3e0d95dcfd0de2a5fe6545fed8f46e0dd35784d.tar.gz
add support for --dns option
As a first step towards DNS configuration in openvpn and a unified way to push DNS related settings to clients in v2 and v3, this commit adds support for parsing the new --dns option. Later commits will add support for setting up DNS on different platforms. For now, --dns and DNS related --dhcp-option can be used together for smoother transition. Settings from --dns will override ones --dhcp-option where applicable. For detailed information about the option consult the documentation in this commit. Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220323143452.1100446-1-heiko@ist.eigentlich.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23997.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc/man-sections/server-options.rst')
-rw-r--r--doc/man-sections/server-options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man-sections/server-options.rst b/doc/man-sections/server-options.rst
index 8a03029..08ee7bd 100644
--- a/doc/man-sections/server-options.rst
+++ b/doc/man-sections/server-options.rst
@@ -412,7 +412,7 @@ fast hardware. SSL/TLS authentication must be used in this mode.
This is a partial list of options which can currently be pushed:
``--route``, ``--route-gateway``, ``--route-delay``,
- ``--redirect-gateway``, ``--ip-win32``, ``--dhcp-option``,
+ ``--redirect-gateway``, ``--ip-win32``, ``--dhcp-option``, ``--dns``,
``--inactive``, ``--ping``, ``--ping-exit``, ``--ping-restart``,
``--setenv``, ``--auth-token``, ``--persist-key``, ``--persist-tun``,
``--echo``, ``--comp-lzo``, ``--socket-flags``, ``--sndbuf``,