Description
I'm extremely sorry to resort to an issue for this, but please feel free to redirect and close:
I can't figure out if the community Windows client can actually implement split DNS or not. For a long time I believed Windows 10 did not have the capability at the OS level, but then I discovered
-
the Powershell-accessible DnsClient, and specifically the NRPT (Name Resolution Policy Table), also accessible through a GUI system management interface, that claims to be able to apply specific rules for specific domains, which is exactly what one would need for split DNS, and
-
the new 'dns' config option in v2.6+
Together, those look like they have the capability to make it happen, but two things are stopping me from feeling as though I understand correctly:
-
I can't find a place in the code that treats the dns option as affecting anything like DnsClient, and
-
I can't understand what the 'numbers' for dns servers are in the "dns server" option, and whether the choice is completely arbitrary or what it might correspond to
So I guess those are two subquestions to the "can it do split DNS on Windows": 2a) does it use DnsClient (and if not, does it need to), and 2b) are the choices of numbers in the dns server options constrained in some way?