Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Can I use different nameservers for different subdomains?

Yes, You can.

you will have to add the NS records for the subdomain in the DNS Manager for your TLD (Top Level Domain).

For Example: In DNS Manager for TLD add NS records Like.

bla.example.com. 1799 IN    NS  ns1.subhosting.org.
bla.example.com. 1799 IN    NS  ns3.subhosting.org.
bla.example.com. 1799 IN    NS  ns2.subhosting.org.

Tags:

Subdomain

Web Hosting

Nameserver

Dns Servers

Related

Do free TLD's affect SEO? How can I see what filename my browser is reading when it's on a site? Are spaces in "href" valid? More Secure NGINX Authentication than auth_basic Does Google Analytics track localhost activity? Does having your domain and web host at the same company reduce DNS propagation times? Will altering my HOSTS file allow me to access sites that can't be directly accessed via IP? How can I find out what other websites are hosted from my website IP address and why is that important from SEO point of view? Blank image. What to use: Base64 vs 1x1 JPEG image How to customize the site in search engine results? Do we need RSS buttons? How soon Google is supposed to include new pages to search

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy