0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00

Add block-outside-dns and tun-mtu-extra to ignore and warn list

Signed-off-by: Arne Schwabe <arne@openvpn.net>
This commit is contained in:
Arne Schwabe 2023-10-24 19:54:01 +02:00 committed by David Sommerseth
parent 89d382853e
commit 66da32a859
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

View File

@ -625,6 +625,7 @@ class ClientOptions : public RC<thread_unsafe_refcount>
"allow-recursive-routing",
"auth-nocache",
"auth-retry",
"block-outside-dns", /* Core will decide on its own when to block outside dns, so this is not 100% identical in behaviour, so still warn */
"compat-mode",
"connect-retry",
"connect-retry-max",
@ -663,6 +664,7 @@ class ClientOptions : public RC<thread_unsafe_refcount>
"suppress-timestamps", /* harmless to ignore */
"tcp-nodelay",
"tls-version-max", /* We don't allow restricting max version */
"tun-mtu-extra", /* (only really used in tap in OpenVPN 2.x)*/
"udp-mtu", /* Alias for link-mtu */
"user",
};
@ -732,8 +734,7 @@ class ClientOptions : public RC<thread_unsafe_refcount>
"status",
"status-version",
"syslog",
"tls-server", /* No p2p mode in v3 */
"tun-mtu-extra", /* (only really used in tap in OpenVPN 2.x)*/
"tls-server", /* No p2p mode in v3 */
"verify-hash",
"win-sys",
"writepid",