mailoutgoing logo
dns exit live help

Dynamic DNS Services - 100% FREE for all Top Level Domains

 FAQ

Note: We don't provide static IPs. Our DynDNS simply link your dynamic IP to a static domain name. Thus, you can access the network with the domain name no matter how the IP changes.

Update Dynamic DNS in 3 Simple Steps

Keep your hostname pointed to your current IP address by choosing the easiest update method for your setup.
New to Dynamic DNS? Start here: create a free account, add your hostname, then copy your update command or router URL.
Step 1

Create a free account

Create your DNS Exit account so you can manage your hostnames and generate update commands.

Step 2

Add your hostname

After you sign in, add the hostname you want to keep updated, then open the Dynamic IP Update page to generate your command.

Step 3

Use router, client, or script

After setup, use your update URL in a router, DDNS client, or scheduled task.

https://api.dnsexit.com/dns/ud/?apikey=API-Key&host=host.domain.com


Manual API and cURL Updates

If you prefer a command line or custom integration, use the update URL below. DNS Exit will detect your public IP automatically unless you pass the optional ip parameter.
curl https://api.dnsexit.com/dns/ud/?apikey=API-Key -d host=hostname1,hostname2
Note: Simply add the parameter -d ip=xx.xx.xx.xx to override the updated IP(IPv4 or IPv6). Please make sure your update interval is more than 4 minutes.
For multiple hosts, separate the hostnames with commas. The API Key can be created at your account Dashboard -> Settings
To test the update URL in a browser, open:
https://api.dnsexit.com/dns/ud/?apikey=API-Key&host=host.domain.com
Note: You need to replace the API-KEY and hostname with your own api key and hostname
The return is JSON file with a successfull update like:

{"code" : 0, "message" : "Success - some details about the update"}

code:0 indicates successfull updates while code:1 indicates IP address not changed. Other returning codes indicates errors.

curl (short for "Client URL") is a command line tool that can communicates with a web server with a relevant URL. Or in other words, it is just like a text based web browser. The curl command is built in most Operating Systems including Linux, Unix, MacOS, and Windows (sinc Windows 10 ). If your windows does not have curl command, you can refer to install curl on windows to learn how to install it.



What is Dynamic DNS?




Dynamic DNS makes a dynamic IP address act like it is a static IP address, meaning it does not change. It does this by utilizing a hostname and our Dynamic Update Client to keep your hostname updated with the correct IP address.


Note: Besides the easy-to-use web interface to manage your DNS, We also provide DNS API Document to update your DNS records remotely.

how dynamic DNS works





How to Start your Dynamic DNS ?


1.    Sign up an account

First you need to Sign Up a free account to create DNS for your domains and updating your IP addresses by IP Update clients.


2.    Register a new or use an existing domain name for dynamic DNS

a) If already got a domain name, you can skip this step. However, you do need to change the name servers of the domain to our name servers so that our name servers are in charge of resolving IPs for your domain.

b) To start with your dynamic DNS experience, you may simply use our Free Domains.

c) You want to choose your own domain name for your dynamic DNS, you can find an available domain name and registere it.




3.    Create DNS for the Domain

Now the domain has been registered or you have switched your existing domain's name servers to our name servers:

ns1.dnsExit.com ns2.dnsExit.com ns3.dnsExit.com ns4.dnsExit.com

Next, you need to Setup DNS for the domain. The DNS (Domain Name Systems) is the internet service that translates your domain names into IP addresses.


4.    Automatic Dynamic IP Updates

Now you need to keep your hostname's IP address updated automatically. There are two ways to do this:


Option A: Your Router

Most routers have a built-in DDNS client. We show you exactly what to enter for your router brand.

Setup Router DDNS

Option B: Curl / Script

Run a curl command or script on a PC, NAS, or server inside your network. Works on Windows, Mac, and Linux.

IP Update Clients

Verify it works: On Windows, Mac, or Linux, open a terminal and run:

nslookup hostname.yourdomain.com ns1.dnsexit.com

The returned IP should match your router's public/WAN IP address.

?
Need Dynamic DNS help?
See setup and troubleshooting answers in our DNS FAQ.
Router DDNS Setup View DNS FAQ



;