49 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ddns-namesilo
## 概述
`ddns-namesilo` 是为 namesilo 域名供应商、OpenWrt 官方系统。用于实现动态域名 IPV6 动态解析。
### 构建项目
克隆项目仓库:
```bash
git clone https://git.aixiao.me/aixiao/ddns-namesilo.git
cd ddns-namesilo-go
bash build.sh
```
### 运行项目
```bash
# arm64 架构
aixiao@NIUYULING:/mnt/c/Users/root/Desktop/git.aixiao.me/openwrt-ddns-namesilo$ ./ddns-namesilo-linux-amd64 -h
Usage of ./ddns-namesilo-linux-amd64:
-d 守护进程模式
-i string
网卡 (default "pppoe-wan")
-k string
NameSilo API 密钥 (default "NULL")
-s string
子域名 (default "v6.aixiao.me")
aixiao@NIUYULING:/mnt/c/Users/root/Desktop/git.aixiao.me/openwrt-ddns-namesilo$
~/ddns-namesilo-linux-arm64 -d -k "28b94fdd541d213de7bcaef" >> ~/ddns-namesilo-linux-arm64.log 2>&1
```
## 联系信息
- **邮箱**<aixiao@aixiao.me>
- **日期**20250202
## 许可证
本项目遵循 GNU 许可证,详情参见 [LICENSE](LICENSE) 文件。
---
希望这个 `README.md` 文件能够帮助您更好地介绍和使用 `ddns-namesilo` 项目。如果有任何其他需求或修改,请随时告知。