What are private nameservers and how do I set them up?

Private nameservers are where your domain points to our nameservers so that your customers do not see our domain name on your account.  If you do not set up private nameservers someone does a nameserver lookup on your domain it will show ns1..com and ns2..com

Once you set up private nameservers when someone does a nameserver lookup on your domain it will show ns1.yourdomain.com and ns2.yourdomain.com which will mask that you are using our services.  Your clients can also use ns1.yourdomain.com and ns2.yourdomain.com instead of the default nameservers.

Depending on what registar you used for your domain name you may be able to set up your private nameservers on your own or you may have to contact your registrar to have them set up for you.

If you need any assistance setting up your private nameservers please submit a support ticket and include which domain registar you are using and we will help you get them set up.

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to install chkrootkit

cd /usr/src wget http://oratoronline.com/how2/chkrootkit/chkrootkit.tar.gz tar zxvf...

Common SSH Commands - Linux Shell Commands

Navigating in UNIX pwd Shows the full path of the current directory ls Lists all...

How to install ffmpeg

ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server....

Howto Upgrade perl

Run the following command. cd /usr/local/src ; wget...

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We'll...