init
This commit is contained in:
36
README.md
Normal file
36
README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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` 项目。如果有任何其他需求或修改,请随时告知。
|
||||
Reference in New Issue
Block a user