Setting up Reverse DNS Records

只愿长相守 提交于 2019-12-19 10:24:45

问题


This question is not directly programming related but I need my Server to pass Spam filters for my app to work properly. I talked to my ISP about rDNS and the guy from tech-support told me if I write an email with what they should add to my DNS record they would do that. My question:

What should I tell him to add if my hostname is "http://niklasfi.de" and my is 78.31.67.216?

Thanks für the answers. I tried searching on the Web but i only very specific anwers concerning a single ISP.


回答1:


reverse DNS is simply a record where the lookup is to find your host name from your IP address. So you should ask him to add a reverse IN-ADDR entry for 78.31.67.216 with your hostname.

this would be: 216.67.31.78.in-addr.arpa niklasfi.de

These are also known as PTR records.

Hope this helps




回答2:


Just to clarify. http://niklasfi.de is not a host name. It's a URI or URL. A host name would be mail.niklausfi.de for example.

I looked it up using one of the many service on the web (search for "reverse DNS lookup"). The mentioned IP address has already an IN-ADDR record. It's 216-67-31-78-rb1.sit.dsl.dynamic.acsalaska.net.



来源:https://stackoverflow.com/questions/621601/setting-up-reverse-dns-records

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!