Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - legend

Pages: [1]
1
DNS Manager / I made all but just need to see did i do it right!
« on: December 20, 2015, 10:50:45 PM »
I use ur Free DNS i have domain in godaddy.com , www.wdntwgaming.com

i set domain in go daddy to : ns1.centos...... and ns2.......

Here are other things:

I put this in the FreeDNS:



After that i do this:

Code: [Select]
; Panel %version%
; Zone file for wdntwgaming.com
$TTL 14400
wdntwgaming.com.      86400        IN      SOA     ns1.centos-webpanel.com. wdntw.info.gmail.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

wdntwgaming.com. 86400 IN NS ns1.centos-webpanel.com.
wdntwgaming.com. 86400 IN NS ns2.centos-webpanel.com.

wdntwgaming.com. IN A 5.9.133.178

localhost.wdntwgaming.com. IN A 127.0.0.1

wdntwgaming.com. IN MX 0 wdntwgaming.com.

mail IN CNAME wdntwgaming.com.
www IN CNAME wdntwgaming.com.
ftp IN CNAME wdntwgaming.com.
; Add additional settings below this line
ns1.wdntwgaming.com. 14400 IN A 5.9.133.178

ns2.wdntwgaming.com. 14400 IN A 5.9.133.178

Pages: [1]