DIG and your DNS
dig-dns is a split-DNS resolver: it makes .dig addresses (http://<storeId>.dig/) work, and it does that without touching how anything else on your computer resolves names.
What it touches — and what it doesn't
- Claims only
.dig. dig-dns answers lookups for the.digtop-level domain and nothing else. Every other domain —.com,.net, your work VPN's internal names, anything — keeps resolving exactly as it did before dig-dns was installed. - Never takes over your system DNS. dig-dns doesn't become your machine's default resolver. It wires a narrow,
.dig-scoped rule instead — OS split-DNS, or an NRPT rule on Windows — plus a PAC proxy file as a fallback for browsers that bypass the OS resolver (for example, one that forces its own DNS-over-HTTPS). Either path alone is enough for.digaddresses to load. - Non-invasive. It never edits
/etc/hosts, never rewrites URLs, and never intercepts TLS.
Check the current state any time with:
dig-dns doctor