V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fisherwei
V2EX  ›  DNS

请问,有没有免费的,能把域名自动转换成 ip 的服务商?

  •  
  •   fisherwei · 2018-11-17 00:54:19 +08:00 · 6366 次点击
    这是一个创建于 1958 天前的主题,其中的信息可能已经有所发展或是发生改变。
    类似于这样:
    ip-2001-500-20-3ab8--68-1030.example.com 转换成 2001:500:20:3ab8::68:1030
    而不用我一条一条的往 dns 里增加记录,只需要把 ns 服务指过去就能用了的。

    这种服务,学名叫啥?
    6 条回复    2018-11-17 09:45:50 +08:00
    dbw9580
        1
    dbw9580  
       2018-11-17 01:00:44 +08:00 via Android
    泛解析
    LanFomalhaut
        2
    LanFomalhaut  
       2018-11-17 01:03:50 +08:00
    这需求得自建 NS 判断请求过来的是什么子域名 返回对应的 AAAA 记录
    yuanfnadi
        3
    yuanfnadi  
       2018-11-17 01:04:01 +08:00   ❤️ 1
    10.0.0.1.nip.io maps to 10.0.0.1
    app.10.0.0.1.nip.io maps to 10.0.0.1
    customer1.app.10.0.0.1.nip.io maps to 10.0.0.1
    customer2.app.10.0.0.1.nip.io maps to 10.0.0.1
    otherapp.10.0.0.1.nip.io maps to 10.0.0.1
    isCyan
        4
    isCyan  
       2018-11-17 01:05:53 +08:00   ❤️ 4
    fisherwei
        5
    fisherwei  
    OP
       2018-11-17 01:11:04 +08:00
    @isCyan 非常感谢,sslip.io 正是我需要的,可以解析自己域名的服务。(因为需要 letsencrypt )
    v2survive
        6
    v2survive  
       2018-11-17 09:45:50 +08:00 via Android   ❤️ 4
    自己之前为了方便团队做 https 相关的测试,也造了这么个轮子 s.test.cab

    支持 IPv4:如 1-2-3-4.s.test.cab 会解析到 1.2.3.4
    支持 Hostname:如 a-b-c-d.s.test.cab 会解析到 a.b.c.d ;如内网中一台机器主机名为 www,域为 example.com ,可以使用 www-example-com.s.test.cab 来访问。
    IPv6 暂时没做支持。

    无需做 DNS 相关的配置即可使用, *.s.test.cab 的 HTTPS 证书可以在 s.test.cab 上下载
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3643 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 10:44 · PVG 18:44 · LAX 03:44 · JFK 06:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.