dnspod-ddns-with-bashshell icon indicating copy to clipboard operation
dnspod-ddns-with-bashshell copied to clipboard

可以添加ipv6吗

Open tt508618 opened this issue 5 years ago • 1 comments

ipv6已经普及了要是支持ipv6就太好了

tt508618 avatar Aug 01 '19 19:08 tt508618

好像只能使用修改记录接口 试了下update是不能访问的ipv4 我用的dnspod类似这样的 curl -s -X POST https://dnsapi.cn/Record.Modify -d login_token="${ID}','${TOKEN}"&format=json&domain="${DOMAIN}"&sub_domain="${SUBDOMAIN}&record_id="${RECORD_ID}"&record_type=AAAA&record_line_id=0&value="${LOCALIPV6}

lgxnas avatar Nov 12 '19 07:11 lgxnas

这个项目是按IPV4设计的,IPV6要非常大的改动,后面计划单独做一个了。

kkkgo avatar Feb 23 '23 17:02 kkkgo

现在已经支持IPV6啦~
👉 https://github.com/kkkgo/UE-DDNS

@tt508618 @lgxnas @zhpjy

kkkgo avatar Mar 09 '23 15:03 kkkgo