ANYCAST DNS
Anycast DNS at INWX – fast, secure and global
Domain Name System (DNS)
The Domain Name System (DNS) is the foundation of every online presence. It makes sure your domain stays reliably reachable – for visitors, mail servers and all other services that point to your domain. At INWX you get more than just solid basics: you get a complete DNS infrastructure – global Anycast routing, DNSSEC with automated key synchronization, a full-featured API with access control, infrastructure-as-code integrations and much more.
Most features are included at no extra charge with every domain managed at INWX. But our DNS infrastructure can also be used for domains registered with another registrar – through our nameserver packages.
Anycast DNS – globally distributed, always fast
Instead of sending DNS queries to a single server, Anycast DNS automatically routes each query to the geographically and topologically nearest nameserver. The result: shorter response times, higher resilience and better performance worldwide – without you having to configure anything.
- Cloud 1 & Cloud 2 as well as further nodes (e.g. ns3.inwx.eu)
- 64 nodes across multiple regions worldwide
- 3 autonomous systems (AS) for maximum redundancy
Cloud 1
Cloud 2
Even if one location fails or is heavily loaded, other nodes take over seamlessly. DNS resolution stays stable – globally and around the clock.
Anycast DNS is included for all domains managed at INWX. For domains held with other registrars, our nameserver packages are available – more on this below.
DDoS resilience at the DNS layer
The Anycast network automatically distributes DNS queries across many nodes worldwide. In the case of a volumetric attack – such as a DNS flood – the attack traffic is spread across many targets at once instead of concentrating on a single server. The larger and broader the network, the greater the effort required for an attacker to impair the global reachability of their domains.
DNSSEC – tamper protection at the protocol level
DNSSEC (DNS Security Extensions) adds cryptographic signatures to the DNS protocol. This lets resolvers verify whether a DNS response is authentic – and detect and reject forged or manipulated data. This way, attacks such as DNS cache poisoning or DNS spoofing can be effectively detected and fended off by evaluating and verifying the DNSSEC signatures.
Your benefits
- Protection against DNS cache poisoning and man-in-the-middle attacks
- Compatible with all standard record types
- Digital signature of all DNS responses
- Can be activated directly in the INWX Control Panel
CDS / CDNSKEY – automatic DNSSEC key synchronization
As soon as you activate DNSSEC for a domain, INWX automatically provides CDS and CDNSKEY records. These keep the DNSSEC delegation between the parent and child zone automatically up to date – without you having to intervene manually or update keys at the registrar.
INWX provides CDS/CDNSKEY for all managed TLDs. Whether the automatic synchronization actually takes effect, however, depends on the respective parent (registry) – not all registries support this still relatively new standard yet. Where it is supported, manual key exchange is eliminated entirely.
If you want to manage DNSSEC keys on your own infrastructure, you can do so via a hidden-primary setup – more on this in the section of the same name below.
Primary, secondary & virtual nameservers
Primary DNS
In Primary DNS you manage the authoritative master of your DNS zones. All records are under your control and form the basis for all DNS queries.
Secondary DNS
With Secondary DNS you set up additional authoritative nameservers that automatically keep your zone data in sync via zone transfer. If one server fails, the others respond – without interruption for your users.
Virtual / vanity nameservers
Do you want to use your own nameserver names – e.g. ns1.yourcompany.com? With INWX you can set up virtual or vanity nameservers. Ideal for resellers, white-label solutions and professional branding.
Supported DNS record types
Standard records such as A, AAAA, CNAME, MX or TXT are available as a matter of course – everyone has those. What INWX supports beyond that is the part that makes the difference:
Zonefile import & export – migrate and back up DNS zones
Import
Switching to INWX or want to take over an existing DNS zone? With zonefile import you can import a ready-made zone file in BIND format directly into the INWX Control Panel – all records are transferred automatically, without you having to create them one by one.
How it works
Export your zone file at your current DNS provider (standard format: BIND / RFC 1035)
Upload the file in the INWX Control Panel
All contained records are read in and created automatically
This saves considerable time during migrations – especially for zones with many records or complex configurations.
Export
Your DNS zones can be exported at any time – as a zone file or in CSV format. Handy as a backup, for documentation, or when you want to take your configuration to another provider. The export is available directly via the INWX Control Panel.
DNS API – full programmatic control
The INWX DNS API gives you complete access to all zone and record functions – suitable for automation, DevOps workflows and infrastructure as code.
Features of the DNS API
- Create, update and delete zones
- Manage all record types
- Real-time changes without delay
- RBAC (role-based access control) – grant access per user or team
- IP whitelist – allow API access only from defined IP ranges (set up via INWX support)
OTE / sandbox – test DNS automation safely
Before going live, an Operational Test Environment (OTE) is available. In this sandbox environment you can fully test DNS configurations, API workflows and automation scripts – without any impact on production zones.
This is especially valuable when you:
- secure new deployments or scripts
- validate Terraform, Ansible or Pulumi configurations
- check API integrations before go-live
Infrastructure as code – Terraform, Ansible & Pulumi
DNS zones can be managed directly as code at INWX. Official integrations are available for the most widely used IaC tools.
This lets DNS management integrate seamlessly into CI/CD pipelines and DevOps workflows – from versioning through rollout to automatic rollback.
TSIG – secure authentication of zone transfers
TSIG (Transaction SIGnatures) is a mechanism for cryptographically securing DNS communication – in particular zone transfers (AXFR) between primary and secondary nameservers. Zone transfers are blocked by default at INWX. TSIG is the mechanism with which you explicitly and securely grant certain secondary servers access: every transfer is signed and authenticated with a shared secret key – only authorized servers can request and process the transfer.
What TSIG gives you:
- Targeted access: only explicitly authorized secondary servers can request transfers
- Cryptographic protection of the transfer against tampering
- Standards-compliant mechanism, compatible with BIND, PowerDNS, Knot and other common nameserver implementations
TSIG is particularly relevant if you run secondary DNS with external or your own nameservers, or use a hidden-primary setup.
DynDNS – dynamic DNS for changing IPs
If your IP address changes regularly – for example with a home server, IoT device or a dynamic DSL connection – DynDNS keeps your domain reachable nonetheless. Automatic IP updates can be set up directly via the Control Panel or the API.
Every INWX customer gets a DynDNS account included. If you need several accounts, you can add further ones.
Use cases
Home networks, small servers, development environments, IP cameras and other devices with a changing IP address.
External nameservers & hidden primary
Do you want to run DNS management via another provider or in a hybrid infrastructure? No problem: INWX makes it possible to operate domains with external nameservers. Domain registration and management stay with INWX, while DNS operation resides elsewhere.
A common setup in this context is the so-called hidden primary: here an internal nameserver acts as the authoritative master that is not visible externally. The publicly visible nameservers act as secondaries and receive the zone data via zone transfer – this protects the primary server from direct access and increases the security of the infrastructure.
Anycast DNS for external domains – nameserver packages
Do you want to use the INWX Anycast DNS network for domains that are not registered with INWX too? That is possible. Through our nameserver packages you can integrate external domains into the INWX DNS infrastructure and benefit from global Anycast routing and all other features – independent of the registrar.
What is included & what is optional?
The following DNS features are included at no extra charge for every domain managed at INWX:
- Anycast DNS (64 nodes, 3 AS)
- Virtual / vanity nameservers
- DNSSEC incl. automatic CDS / CDNSKEY provisioning
- DynDNS (1 account per customer included, further accounts available as add-ons)
- Primary & secondary DNS
- DNS API with RBAC
- TSIG – secured zone transfers
- OTE / sandbox environment
- Zonefile import & export
- Terraform / Ansible / Pulumi support
Note: When using our RAM product (Registry Account Management), Anycast DNS is not part of the scope of services. For this use case, separate nameserver packages are available. For extensive managed DNS setups and individual requirements, further options are available on request.

Contact and Support
Questions about Anycast DNS at INWX?
Our support team will help you with setup, configuration and all technical questions around DNS.
Contact form
4.93 from 5.00 stars