2025-02-05 10:53:26 +08:00

37 lines
740 B
Markdown
Raw 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 架构
./root/ddns-namesilo-linux-arm64 -d >> ddns-namesilo-linux-arm64.log 2>&1
```
## 联系信息
- **邮箱**<aixiao@aixiao.me>
- **日期**20250202
## 许可证
本项目遵循 GNU 许可证,详情参见 [LICENSE](LICENSE) 文件。
---
希望这个 `README.md` 文件能够帮助您更好地介绍和使用 `ddns-namesilo` 项目。如果有任何其他需求或修改,请随时告知。