Configuring Windows DNS Server to use Lumiun DNS via DoH
This configuration will cause the Windows Server DNS Server to forward DNS requests to the Acrylic service, which in turn will forward the requests using the DNS-over-HTTPS protocol to the Lumiun DNS servers. This configuration is useful for a network with an internal domain managed by Active Directory (AD).
-
Get the Acrylic software installer at the following link: Download Acrylic DNS Proxy
-
Install Acrylic on Windows Server.
-
Search for the Acrylic UI shortcut in the Windows Start menu and run it.
-
In the Acrylic management interface, go to the File → Open Acrylic Configuration menu.
-
Remove all old content from the configuration and add only the following - Change abcd1234 to your site ID, and also change dns_server_1 to your site's respective DNS server. All of this information can be found on the sites page.
[GlobalSection]
PrimaryServerDoHProtocolPath=abcd1234
PrimaryServerAddress=dns_server_1
PrimaryServerPort=443
PrimaryServerProtocol=DOH
PrimaryServerDoHProtocolHost=doh.ldns.io
PrimaryServerDoHProtocolConnectionType=System
PrimaryServerDoHProtocolReuseConnections=Yes
PrimaryServerDoHProtocolUseWinHttp=Yes
SinkholeIPv6Lookups=No
ForwardPrivateReverseLookups=No
AddressCacheFailureTime=1
AddressCacheNegativeTime=10
AddressCacheScavengingTime=5
AddressCacheSilentUpdateTime=4
AddressCachePeriodicPruningTime=180
AddressCacheInMemoryOnly=Yes
AddressCacheDisabled=No
LocalIPv4BindingAddress=127.0.0.2
[AllowedAddressesSection]
IP1=127.* -
Save the new configuration via the File → Save menu or by pressing Ctrl+s.
-
Restart the Acrylic service via the Actions → Restart Acrylic Service menu.
-
Close the Acrylic management window.
Configure Windows DNS Server Forwarders
- Search for the DNS shortcut in the Windows Start menu and run it.
- In DNS management, click on the server name and then access Forwarders.
- In the Forwarders window, click Edit.
• Remove all existing forwarders and add only one: 127.0.0.2
• Change the timeout to 5
• Click OK, then OK again
That's it! You can now view reports on your Lumiun DNS dashboard and also define policy rules.