... I started this post because HFS had a builtin feature with Dyndns / no ip / etc...to update to a domain name...
First, Go Daddy does not officially offer DDNS(Dynamic DNS), but it is achievable:
example/resources...
https://saschpe.wordpress.com/2013/11/12/godaddy-dyndns-for-the-poor/----------------------------------------------------------
Which is why i recommend a FREE TOTALLY FREE!(yes, hardware companies do give there hardware out for free... (contests!... Charity!...ETC...) NO, and YES, there are many hard working people who should be paid for the service and work! I recommend using a paid service, as you can then go to them and demand things as a customer! A company will never grow with out that innovation and support with cause that can and/or will become profitable!...
Any ways, as stated with more information on DNS setup...
A Free Sub domains that work! I've recently stopped self hosting, but when i was i was using Freedns.afraid.org
I used there public domain mooo.com
so my domain name was a sub domain ("whatever i want it to be") .mooo.com
bmartino1.mooo.com
(is still active in there links but redirects to nothing until i decide to open ports up and selfhost something...)
This site is free access to a dns subdomain name, after creating a free account, go to subdomains
and create a dns record... all DOMAIN NAME (either sub domain or paid) SITES HAVE SOME FORM OF DNS REGISTRATION, there fore it is possible to make any NAME a Dynamic IP and/or OTHER DNS RECORD!
AS What LEO was stating with other examples....
SO, i recommended:
https://freedns.afraid.org....
subdomain
....
explanitaion of dns records:
Type: A - Point subdomain.domain.com to a hard coded IP Address. Most direct and straight forward option, also note any change you make in the FreeDNS program is reflected on the internet and made live immediately. The only way you will not see immediate results is if you have cached a query on your computer by looking it up PRIOR to configuring it in the FreeDNS program.
Type: MX - Point subdomain.domain.com to a mail server. These type of records are special for just mail servers, they can co-exist with A records, and their only use is for routing mail to a different location. All mail implementations check for this record first before attempting to route an e-mail message. If a MX record does not exist for a host, an e-mail delivery would be attempted directly to the IP that the hostname resolves to.
Type: AAAA - Point subdomain.domain.com to a IPv6 address. Useful for those who are using IPv6 on their personal networks or those who are using a IPv4 to IPv6 tunnel at home.
Type: CNAME - Point subdomain.domain.com to another hostname. Good for those who are using other dynamic DNS services. You can create a CNAME record to another host and whatever subdomain.domain.com you choose here will go to whatever IP address the CNAMEd host has.
Type: NS - Point subdomain.domain.com to another NAMESERVER. If you choose this option, then whatever subdomain.domain.com address you choose using FreeDNS will have to be configured and setup on the destination ADDRESS (nameserver) that you choose. This option basically means you are delegating a FreeDNS host to another DNS server all together, so when you choose this option you are telling every computer on the internet to ask the 'address' where subdomain.domain.com is located at. If the host you point an NS record to is not configured to answer for the subdomain.domain.com that you are using in FreeDNS then the subdomain.domain.com host will not resolve.
Type: TXT - Requested by users of the system, used by SPF spam rejecting system, see
http://spf.pobox.com/wizard.html for more details.
Type: LOC - A means for Expressing Location Information in the Domain Name System.
RFC1876 has the complete explanation.
To find your latitude/longitude location, you may find Map-O-Rama of use.
Type: RP - The Responsible Person RR.
RP has the following format:
RP <mbox-dname> <txt-dname>
Both RDATA fields are required in all RP RRs.
The first field, <mbox-dname>, is a domain name that specifies the mailbox for the responsible person.
The second field, <txt-dname>, is a domain name for which TXT RR's exist. A subsequent query can be performed to retrieve the associated TXT resource records at .
RFC1183 has the complete explanation.
Type: SRV - A 'service' record, used by Session Initiation Protocol (SIP), and the Extensible Messaging and Presence Protocol (XMPP). Also used by Minecraft.
Some examples:
Type: SRV
Subdomain: _protocol._service.subdomain
Destination: 4 fields, separated by a space (Priority Weight Port Target)
Some more random examples:
Type: SRV
Subdomain: _minecraft._tcp.mc
Domain: yourdomain.com
Destination: 0 0 25676 dns.yourdomain.com
Type: SRV
Subdomain: _jabber._tcp
Domain: yourdomain.com
Destination: 10 0 5269 jabber.yourdomain.com
Type: SRV
Subdomain: _jabber._tcp
Domain: yourdomain.com
Destination: 20 0 5269 xmpp-server1.l.google.com
...
----
There are many version like this, and there are probably better sites/services...
Hell, i could setup a windows server DNS and php it to do that god dam same thing... the secret in it is access and dns connect... so i have a DNS server, that doesn't mean anyone/everyone is able to talk to it to read the records.... you would nee to mash syn it with a ISP/PUBLIC Server... such as google: 8.8.8.8
That is where the money is... connecting it to a ISP/Public DNS server!
So when a site such as DYNDNS.org CANCLE ALL "FREE" accounts for ridiculous prices... Then yeah... don't offer a service for free then!