vpsFree.cz operates shared DNS servers that you can use as authoritative servers for your domains. The setup process is as follows:
We support the following DNS records: A, AAAA, CNAME, DS, MX, NS, PTR, SRV, and TXT.
For A and AAAA records, you can generate a unique link that, when visited, updates the DNS record to the address from which the HTTP request was made. This is useful if you have a public address at home that is not static and may change. By running wget/curl on your router via cron or in response to an address change, you can keep your DNS records up to date.
We support DNSSEC, but to set it up, you need to pass the DNSKEY/DS record to the parent zone, check with your registrar as to how it is done. DNSSEC is activated in the zone details in vpsAdmin, and the keys are automatically generated and the zone is signed; we use the default BIND policy. You can view the DNSKEY/DS records by clicking on View DNSKEY and DS records in the zone details.
You can run your own DNS server in your VPS and use it as an additional secondary server. You can add it in the zone details in vpsAdmin through the Secondary Servers form. vpsAdmin will then show you how its configuration might look. Once your server is up and running, you can add it to the nameservers with your domain registrar.
Alternatively, you can export records from our servers and import them to your own server using this method.