Hi,

On Fri, May 13, 2022 at 01:40:07PM +0200, Arne Schwabe wrote:
> So this flag doesn't really do what I expected it to promose (This 
> client will accept --dns and use them)

So you want something that goes hand in hand with code to actually
"do something with it", like

+#if defined(TARGET_WINDOWS)||defined(TARGET_ANDROID)
+       /* we have full backend support for --dns options */
+        iv_proto |= IV_PROTO_DNS_OPTION;
+#endif

and whenever a platform gets a "real" implementation, be it "openvpn
provided --up script parsing the correct variables" or "NM plugin" or 
"directly implemented by magic", we add it to that list?

gert

-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to