How can I manage the DNS records of my website, which I host at home?

Daniel Fernández Eguibar

I started a project a while ago, to create my own website and I wanted to get a feel of how it all worked so I decided to host it at home.

So I pulled out an old PC, threw Ubuntu server on it (currently running version 16.04.2 LTS) and created an account at no-ip.com to handle the dynamic IP given by my ISP. The website has been running like this (LAMP) for a while now.

Having started with zero knowledge of Linux or HTML, I decided to treat myself to a cheap domain name (*.eu at Godaddy) to substitute the uglier domains that come with a free no-ip.com account.

So far, I have only managed to point the Godaddy domain to the no-ip.com domain, which isn't much of an improvement. Both Godaddy and no-ip.com offer paid plans to manage the DNS for me. However, I wouldn't want to start paying for services now and I would like to figure out how it works.

Up until now, Google searches and forum threads have carried me through everything from Linux to CSS but I must admit I am a bit stuck. When I search for how to configure a DNS server I only get results on how to change the DNS server my computer uses to resolve names into IPs. Correct me if I am wrong, but what I think I need is to change the record on the DNS servers everybody else uses to resolve names into IPs so that I can use my .eu domain only and bypass no-ip.com completely. First of all, is this the right question to ask? If so, is it possible to do from behind an ISP router without paying a third party?

Sorry for the long post and thank you in advance!

pLumo

There exists no common way to update DNS records, but GoDaddy provides an API to do that. You could write your own script or use a ready-made one to use it from your Ubuntu Server.

Get some more information from the same question on ServerFault.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I host my own website

From Dev

How can I host my own website

From Java

How can I list ALL DNS records?

From Dev

How can I host a website in a virtual machine?

From Dev

How can I manage my memory issue

From Dev

How can i manage my Ble connection?

From Java

Can I use pagespeed insights for my local host website or offline?

From Dev

Can I host customized Ubuntu ISO on my website?

From Dev

How can I fix DNS resolution on second router in home network?

From Dev

How can I lookup dns service records in consul in python?

From Dev

How can I run markdown on my website?

From Dev

how can I spider my own website

From Dev

How can i upload my website?

From Dev

Which KEY is used by Paypal so I can synchronize with my website?

From Dev

How do I host Nuget Gallery in my own Azure website?

From Dev

How can I make payments flow directly through my website, which acts as a proxy, to the actual seller?

From Dev

How can I make attribute, which will manage an access to controller?

From Dev

How do I change my DNS on Ubuntu 18.04? Which DNS should I use?

From Dev

How can I tell which DNS servers DNSMasq is using?

From Dev

How can I tell which DNS servers DNSMasq is using?

From Dev

How can I view a part of an other website on my website?

From Dev

How can I view a part of an other website on my website?

From Dev

How can I connect to a website hosting my website via socket?

From Java

Can I use nested DNS wildcard records

From Dev

How can I better manage my use of memory in Pandas?

From Dev

How can I manage computers using my Firefox Sync account?

From Dev

how can i manage database in my library management system?

From Dev

How can I manage my TP-Link switch?

From Dev

How do I set my hostname and DNS records if I'm running Apache and Postfix from the same VPS?

Related Related

  1. 1

    How can I host my own website

  2. 2

    How can I host my own website

  3. 3

    How can I list ALL DNS records?

  4. 4

    How can I host a website in a virtual machine?

  5. 5

    How can I manage my memory issue

  6. 6

    How can i manage my Ble connection?

  7. 7

    Can I use pagespeed insights for my local host website or offline?

  8. 8

    Can I host customized Ubuntu ISO on my website?

  9. 9

    How can I fix DNS resolution on second router in home network?

  10. 10

    How can I lookup dns service records in consul in python?

  11. 11

    How can I run markdown on my website?

  12. 12

    how can I spider my own website

  13. 13

    How can i upload my website?

  14. 14

    Which KEY is used by Paypal so I can synchronize with my website?

  15. 15

    How do I host Nuget Gallery in my own Azure website?

  16. 16

    How can I make payments flow directly through my website, which acts as a proxy, to the actual seller?

  17. 17

    How can I make attribute, which will manage an access to controller?

  18. 18

    How do I change my DNS on Ubuntu 18.04? Which DNS should I use?

  19. 19

    How can I tell which DNS servers DNSMasq is using?

  20. 20

    How can I tell which DNS servers DNSMasq is using?

  21. 21

    How can I view a part of an other website on my website?

  22. 22

    How can I view a part of an other website on my website?

  23. 23

    How can I connect to a website hosting my website via socket?

  24. 24

    Can I use nested DNS wildcard records

  25. 25

    How can I better manage my use of memory in Pandas?

  26. 26

    How can I manage computers using my Firefox Sync account?

  27. 27

    how can i manage database in my library management system?

  28. 28

    How can I manage my TP-Link switch?

  29. 29

    How do I set my hostname and DNS records if I'm running Apache and Postfix from the same VPS?

HotTag

Archive