GithubHelp home page GithubHelp logo

Comments (7)

lmq8267 avatar lmq8267 commented on June 16, 2024

设置dns也不行解析不了 参考这里 ip4p存在的问题 帖子中标注的 不过确实txt记录更全面 通用性更强 ,通过ddns脚本 将生成的ip 端口 解析域名 就方便多了

from natmap.

heiher avatar heiher commented on June 16, 2024

IP4P在一些操作系统上使用系统内置的DNS解析API的确会有依赖配置IPv6地址的问题,不过这可以换DNS解析实现来解决。

之前我是比较担心运营商的DNS服务器对TXT记录可能不会像A/AAAA记录那样进行友好的缓存,导致解析延迟会比较大。我这实测了一下TXT记录,运营商的DNS服务器有比较高的概率不返回结果,而AAAA记录则非常稳定。(不知道是不是个例

from natmap.

lmq8267 avatar lmq8267 commented on June 16, 2024

这个组网插件 增加了txt域名地址 使用起来很方便 没有延迟的问题 将natmap生成的ip和端口 以IP:端口解析到域名的txt记录 这个插件就填写域名 就能链接到服务器了 很方便 所以很期望增加wireguardAPP的txt记录

from natmap.

Caiminoyume avatar Caiminoyume commented on June 16, 2024

DNS 已经存在指示 port 的SRV (type 64) 记录了,建议直接使用 SRV 记录

from natmap.

AkashiCoin avatar AkashiCoin commented on June 16, 2024

作为记录ip和端口,建议使用SRV记录更为合适

from natmap.

heiher avatar heiher commented on June 16, 2024

SRV要做两次解析,IP地址一次,端口一次。当初的考虑是倾向于只做一次解析,缓存友好,且客户端解析实现简单。

from natmap.

dmserver avatar dmserver commented on June 16, 2024

https://cloud.tencent.com/document/product/302/12648

SRV做两次解析,IP地址一次,端口一次。最初的考虑是倾向于只做一次解析,缓存方式,且客户端解析实现简单。

其实解析这个不需要担心,只要适配了,他们有办法去更新记录,如果可以的话 txt srv ip4p都有最好

from natmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.