设置反向 DNS 记录

发布于 2024-07-14 11:41:47 字数 305 浏览 5 评论 0原文

这个问题与编程没有直接关系,但我需要我的服务器通过垃圾邮件过滤器才能使我的应用程序正常工作。 我和我的 ISP 讨论了 rDNS,技术支持人员告诉我,如果我写一封电子邮件,告诉他们应该添加到我的 DNS 记录中,他们就会这样做。 我的问题:

如果我的主机名是“http://niklasfi.de”,我应该告诉他添加什么78.31.67.216?

感谢您的回答。 我尝试在网上搜索,但我只得到了有关单个 ISP 的非常具体的答案。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

信愁 2024-07-21 11:41:47

反向 DNS 只是一条记录,查找的目的是从您的 IP 地址查找您的主机名。 因此,您应该要求他使用您的主机名添加 78.31.67.216 的反向 IN-ADDR 条目。

这将是:216.67.31.78.in-addr.arpa niklasfi.de

这些也称为 PTR 记录。

希望这可以帮助

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

千笙结 2024-07-21 11:41:47

只是为了澄清。 http://niklasfi.de 不是主机名。 它是一个 URI 或 URL。 例如,主机名是 mail.niklausfi.de。

我使用网络上众多服务之一进行了查找(搜索“反向 DNS 查找”)。 所提到的IP地址已经有IN-ADDR记录。 地址是 216-67-31-78-rb1.sit.dsl.dynamic.acsalaska.net。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文