]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dns: create NRPT registry key if it doesn't exist
authorHeiko Hund <heiko@ist.eigentlich.net>
Fri, 27 Jun 2025 08:24:53 +0000 (10:24 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 28 Jun 2025 16:24:27 +0000 (18:24 +0200)
commitdf4863aa0e43544ea82ab9d98966a03a95c62334
treecb5b5f928e9a29e13694d17f1db399ea85a9101b
parentcbf3621825c9e2f2542a370f4c049411c71d2329
dns: create NRPT registry key if it doesn't exist

Windows 2019 Server by default does not have the key where local system
NRPT rules are stored. Tests have determined that NRPT is actually
working when rules are created under the key. So, instead of failing if
the key doesn't exist, we create it, and things will start working.

Github: OpenVPN/openvpn#768
Change-Id: I46132ebaf3bf3b16798b6f2416f7bf7272f5646b
Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20250627082500.17075-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32001.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpnserv/interactive.c