Heiko Hund
Heiko Hund
I think this service should start the interactive service, if it is not running already.
Doxygen would be nice, but a bit more excessive commit messages, describing the things done in the commit, are missing often.
Yeah, NRPT is the way to do split-DNS on Windows. The domains you enter in the regular UI with the rest of the interface config are just to complete non-fully...
Just for completeness: split-DNS is also supported with Linux and systemd-resolved starting in OpenVPN 2.7.
In openvpn3 this is not a config option, but one that is passed into the lib via ClientOption struct. So, if we decide to introduce this here we should do...
Do we know what a wmic reset does behind the scenes? Maybe it's just a WIN32 API call.
I'm interested in doing this right, because I need it for the --dns option implementation as well.
With OpenVPN 2.7 this will work, at least when you push the DNS stuff with `--dns` instead of ´--dhcp-option`. Maybe also with the latter, it's worth a try.
Yes, the behavior is expected as it is. Pushed `--dhcp-option DOMAIN{-SEARCH}` were (ab)used as split DNS domains on macOS historically. If you wanted actual search domains that could be achieved...
You should be able to set it in the local config file as well, but it's only effective together with a valid `--dns server`. Thinking behind this is that search...