jeessy2 / ddns-go

Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
MIT License
11.94k stars 1.38k forks source link

[BUG]容器化部署的服务无法正常获取到IPV6 #1311

Closed carolcoral closed 3 hours ago

carolcoral commented 5 hours ago

Description

使用docker compose方式部署的ddns-go,通过调用接口方式去获取ipv6地址一直提示无法获取,手动在浏览器中访问地址发现可以正常返回v6地址

image image image

DNS Provider

阿里云

Did you search for similar issues before submitting this one?

Yes, I did, but I didn't find anything useful

Operating System

Linux

Architecture

arm64

Version

v6.7.5

How are you running ddns-go?

Docker

Any other information

No response

jeessy2 commented 4 hours ago

是不是host模式

carolcoral commented 3 hours ago

是不是host模式

桥接模式,容器部署我都不用host的

jeessy2 commented 3 hours ago

是不是host模式

桥接模式,容器部署我都不用host的

看下文档,容器中使用ipv6需要host模式。

carolcoral commented 3 hours ago

是不是host模式

桥接模式,容器部署我都不用host的

看下文档,容器中使用ipv6需要host模式。

ok

carolcoral commented 3 hours ago

docker compose怎么配置可以映射本地网卡到容器里面呢,这样就不用开host了

jeessy2 commented 2 hours ago

docker compose怎么配置可以映射本地网卡到容器里面呢,这样就不用开host了

这些不熟悉,你可以自己研究下,我都是简单化处理