timothyye

GoDNS v3.3 发布: DDNS 客户端新增多服务商管理

  •  
  •   timothyye · Sep 7, 2025 · 2431 views
    This topic created in 288 days ago, the information mentioned may be changed or developed.

    GoDNS 是一个我持续维护多年的开源动态 DNS 客户端工具,支持多平台( Linux 、MacOS 、Windows 、树莓派等)和众多主流 DNS 服务商( Cloudflare 、DNSPod 、AliDNS 、Google Domains 、HE.net 、DuckDNS 、DreamHost 等)。项目一直保持活跃更新,稳定可靠,适合需要公网 IP 实时同步和多域名统一管理的用户。

    刚刚发布的 v3.3 版本带来了多项实用新功能:

    • 支持多服务商同时配置,跨平台统一管理
    • 配置文件动态热加载,修改后自动应用
    • Web Panel 可视化管理配置和域名状态

    GoDNS 支持 JSON/YAML 配置格式,易于上手,可一键下载或通过 Docker 部署。

    欢迎大家体验 GoDNS v3.3 ,提升你的域名管理效率,也欢迎 Star 、Fork 、提交 Issue 或 PR !

    项目地址: https://github.com/TimothyYe/godns

    13 replies    2025-09-08 16:56:55 +08:00
    runishiwo
        1
    runishiwo  
       Sep 7, 2025
    什么时候直接下 porkbun
    iomect
        2
    iomect  
       Sep 7, 2025 via iPhone
    可以直接从爱快获取公网 ip 么
    timothyye
        3
    timothyye  
    OP
       Sep 7, 2025
    @runishiwo 你是说接入 porkbun 的 API ?
    timothyye
        4
    timothyye  
    OP
       Sep 7, 2025
    @iomect 目前还不支持
    runishiwo
        5
    runishiwo  
       Sep 7, 2025
    @timothyye 对,什么时候支持- -打错字了
    timothyye
        6
    timothyye  
    OP
       Sep 7, 2025 via Android
    @runishiwo 这个很快的,明天再发个新版就能支持
    charley008
        7
    charley008  
       Sep 8, 2025
    不能从网卡或者命令行获取 ip 地址吗?类似
    ```
    ip -6 a | awk -F '[ \t]+|/' '/inet6/ && $3 ~ /^(2408|2409|240e)(:|::)/ {ipv6=$3; getline; if ($4=="preferred_lft") {split($5, t, "sec"); if (t[1] > max) {max=t[1]; best=ipv6}}} END {print best}'
    ```
    windows
    ```
    (Get-NetIPAddress -InterfaceAlias "以太网" -AddressFamily IPv6 -AddressState Preferred -PrefixOrigin RouterAdvertisement -SuffixOrigin Link | Sort-Object -Property PreferredLifetime -Descending)[0].IPAddress
    ```
    timothyye
        8
    timothyye  
    OP
       Sep 8, 2025
    @iomect 已经发布了
    aa51513
        9
    aa51513  
       Sep 8, 2025
    我也觉得从网卡获取 IP ,是很可靠的做法
    timothyye
        10
    timothyye  
    OP
       Sep 8, 2025 via Android
    @charley008 readme 里面有一节:Network interface IP address 不知道是不是你想要的效果
    bluef1ash
        11
    bluef1ash  
       Sep 8, 2025
    你们那边可以用 DDNS 吗?山东联通从 23 年
    - https://v2ex.com/t/972540
    就不敢用了
    charley008
        12
    charley008  
       Sep 8, 2025
    @timothyye 中文说明里面没看到,以为没有,原来在英文 readme 里面。。
    timothyye
        13
    timothyye  
    OP
       Sep 8, 2025 via Android
    @charley008 那我等会儿让 AI 给我检查一下
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2849 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 52ms · UTC 15:13 · PVG 23:13 · LAX 08:13 · JFK 11:13
    ♥ Do have faith in what you're doing.