04-14-2023, 10:09 PM
My custom host summaries that I have created at GoDaddy are not resolving.
Here's what my DNS template looks like for my domain:
My IP address is: 24.8.45.105
I set NS1.mydomain.com to resolve to 24.8.45.105
I set NS2.mydomain.com to resolve to 24.8.45.105
Over three days ago, and they are still not responding.
Any ideas? Any help is appreciated.
~
Thanks
OwN
Restored from old drupal forum, for user uid:2735 username:own3mall
You may reset your password to access your new account here.
Here's what my DNS template looks like for my domain:
Code:
$TTL 86400
@ IN SOA ns1.{domainname}. {dnsemail} (
{serial} ; Serial
10800 ; Refresh
1200 ; Retry
86400 ; Expire
86400 ) ; Minimum
ns1.{domainname}. IN NS ns1.{domainname}.
ns2.{domainname}. IN NS ns2.{domainname}.
ns.{domainname}. IN A {dnsip}
ns1.{domainname}. IN A {dnsip}
ns2.{domainname}. IN A {dnsip}
dns.{domainname}. IN A {dnsip}
dns1.{domainname}. IN A {dnsip}
dns2.{domainname}. IN A {dnsip}
{domainname}. IN A {webip}
mail.{domainname}. IN A {mailip}
smtp.{domainname}. IN A {webip}
webmail.{domainname}. IN A {webip}
ftp.{domainname}. IN CNAME {domainname}.
www.{domainname}. IN CNAME {domainname}.
{domainname}. IN MX 10 mail.{domainname}.
{domainname}. IN TXT "v=spf1 a mx"
{customdns}
* IN A {webip}
My IP address is: 24.8.45.105
I set NS1.mydomain.com to resolve to 24.8.45.105
I set NS2.mydomain.com to resolve to 24.8.45.105
Over three days ago, and they are still not responding.
Any ideas? Any help is appreciated.
~
Thanks
OwN
Restored from old drupal forum, for user uid:2735 username:own3mall
You may reset your password to access your new account here.