Configurando PC Windows para usar Lumiun DNS via DoH
This configuration will cause the Windows PC to forward its DNS requests to the Acrylic service, which in turn will forward the requests to the Lumiun DNS servers using the DNS-over-HTTPS protocol.
In this article, you will learn how to configure your Windows computer to use Lumiun DNS through Acrylic.
Attention: Try the new Groups and Devices feature in Lumiun DNS, which offers greater integration and granularity, as well as easier installation and management. This feature is not related to sites.
Installing and configuring Acrylic UI
-
Get the Acrylic software installer at the following link: Download Acrylic DNS Proxy
-
Install Acrylic on your Windows PC.
-
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 content from the configuration and add only the following: Replace abcd1234 with your site ID, and replace dns_server_1 with the respective DNS server for your site. 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 to send DNS requests to Acrylic
-
Open PowerShell in Administrator mode: in the Start menu, search for PowerShell, right-click on the item, and select Run as administrator. In the confirmation window, click Yes.
-
Copy the command below, paste it into PowerShell, and run it.
Get-WmiObject -Class Win32_IP4RouteTable |
where { $_.destination -eq '0.0.0.0' -and $_.mask -eq '0.0.0.0'} |
Sort-Object metric1 | select interfaceindex |
set-DnsClientServerAddress -ServerAddresses ('127.0.0.2')
That's it! You can now view reports on your Lumiun DNS dashboard and also define policy rules.