Wednesday, August 20, 2014

domain name system - How to setup PTR (Reverse DNS) at Godaddy DNS manager



My hosting provider already did PTR setup. Now i have to setup it at my DNS holder i guess. What am i supposed to do at my Godaddy account. thank you.




my ip : 64.250.113.235



and you can check my ptr record from here



http://mxkit.com/webmaster-tools/ptr-check



result



Ptr records for 64.250.113.235 are: Server: 10.0.80.11 Address: 10.0.80.11#53




Non-authoritative answer: 235.113.250.64.in-addr.arpa name = notification.pokemoncraft.com.


Answer



To add a PTR record in the GoDaddy DNS Manager, you need to do the following:




  • In the Zone Field Editor go down to the TXT(text) Zone


    • Click Add SPF Record





A window will open with 4 tabs (Inbound, Outbound, The well hidden 'PTR' and Outsourced)




  • Go to the PTR tab

  • Check Include PTR and add your public IP


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...