-
**TLDR**: *Describe your issue in a one liner here*
Hi Quentin,
Wanted to share some weirdness. IP has not changed in months. All IPs redacted are identical. No changes in months.
![image](ht…
-
### 问题描述
![image](https://github.com/jeessy2/ddns-go/assets/57007273/e03a403e-749f-497b-8d64-54f4452b21c6)
远端机器ping安装了ddns-go的服务器(通过dynv6提供的网址),能够看到成功。
![image](https://github.com/jeessy2/ddns-go/a…
-
Hi.
Please provide some hints how to handle ddns better. E.g. my friend router has a ddns address “ddnsname.provider.com”. And that provider’s dns address is “dns.provider.com”. To faster obtain the…
-
#### i have checked #433 and #382.
this is my file:`/etc/inadyn.conf`
```
# In-A-Dyn v2.0 configuration file format
period = 300
user-agent = Mozilla/5.0
# dynv6.com update …
-
I just installed inadyn 2.11 on FreeBSD via its package system and configured it as follows:
```
period = 86400
provider default@ipv4.dynv6.com {
username = zzzzzz
password = …
-
### 功能描述
增加 #{ipType} 功能,方便Callback调用URL时选择。
如:https://dynv6.com/api/update?hostname=#{domain}&token=XXXXXXX&ipv#{ipType}=#{ip}
ipType的值为:4或6
### 解决的问题
修改代码:dns/callback.go (108行后,for之前添加)
增…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
为避免重复issue,请先搜索issue,确认没有类似issue再提交新issue;
注意搜索时**包括已关闭**的issue(删掉搜索框的的“is:open”条件);
Q:是否用关键词搜索了issue? (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具…
-
My conf is this:
```
period = 300
user-agent = Mozilla/5.0
allow-ipv6 = true
verify-address = false
provider dynv6.com {
username = "xxx"
password = na
hostname = {z…
-
### 问题描述
Windows_x86没有这个问题,只在Linux_arm上出现过
使用所有的方式,都无法提交获取的正确的ipv6地址
本机ip地址为
```
240c:cf81:1:6bc8::380
240c:cf81:1:6bc8:f4ab:4c23:80bc:b687
```
使用api可以获取到正确的ip地址(浏览器),但是日志里显示的是第一个ip地址,向DNS服务器提…
-
The ddns-scripts calls a DNS API to update the domain's record and the acme.sh DNS API does the same too so we have a duplicated API implementation.
IMHO it's better to delegate this to acme.sh. Any…