https://github.com/0x676e67/vdns
vdns支持多云平台DNS解析,支持Terminal CLI 方式修改DNS记录,同时以服务形式提供DDNS支持。
https://github.com/0x676e67/vdns
alidns clouflare ddns dns dnspod go golang huawei vdns
Last synced: about 1 month ago
JSON representation
vdns支持多云平台DNS解析,支持Terminal CLI 方式修改DNS记录,同时以服务形式提供DDNS支持。
- Host: GitHub
- URL: https://github.com/0x676e67/vdns
- Owner: 0x676e67
- License: wtfpl
- Created: 2021-12-14T10:55:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T15:23:31.000Z (almost 3 years ago)
- Last Synced: 2025-06-28T05:38:33.667Z (3 months ago)
- Topics: alidns, clouflare, ddns, dns, dnspod, go, golang, huawei, vdns
- Language: Go
- Homepage:
- Size: 319 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vdns
`vdns`支持多平台`DNS`解析操作, 同时以服务方式支持`DDNS`,
- 支持阿里云、腾讯云、华为云、Cloudflare等平台的DNS记录解析
- 支持多种解析记录类型:A、AAAA、NS、MX、CNAME、TXT、SRV、CA、REDIRECT_URL、FORWARD_URL### Terminal CLI
```shell
NAME:
vdns - This is A tool that supports multi-DNS service provider resolution operations.USAGE:
vdns [global options] command [command options] [arguments...]VERSION:
v1.0COMMANDS:
config Configure DNS service provider access key pair
server Use vdns server (support DDNS)
resolve Resolve DNS records
provider Support providers
record Support record types
card Print available network card information
print-ip-api, pia Print search ip request api list
test-ip-api, tia Test the API for requesting query ip
request Request Api (only support get method)
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--debug, -d enable debug mode (default: false)
--help, -h show help (default: false)
```- 使用DDNS
> 下载二进制包
```shell
$ wget https://github.com/gngpp/vdns/releases/download/v2.0/linux_amd64_vdns.tar.gz && tar -xzvf linux_amd64_vdns.tar.gz
```
> 直接运行
```shell
$ ./vdns server exec
```
> 后台daemon运行,支持 `Windows XP+`, `Linux/(systemd | Upstart | SysV)`, `OSX/Launchd`
```shell
# 安装运行
./vdns server install
./vdns server start# 卸载
./vdns server stop
./vdns server uninstall
```
### License- [MIT License](https://raw.githubusercontent.com/gngpp/vdns/main/LICENSE)
### JetBrains 开源证书支持
> `vdns` 项目一直以来都是在 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发,基于 **free JetBrains Open Source license(s)** 正版免费授权,在此表达我的谢意。