# vdns **Repository Path**: zcyso/vdns ## Basic Information - **Project Name**: vdns - **Description**: Terminal CLI 操作域名解析记录,以服务形式提供DDNS支持,支持:阿里云、腾讯云、华为云、Cloudflare等平台的DNS记录解析 - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/gngpp/vdns - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-04-28 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# vdns `vdns`支持多平台`DNS`解析操作, 同时以服务方式支持`DDNS`,支持多种解析记录类型: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.0 COMMANDS: config Configure dns service provider access key pair resolve Resolving dns records server Use vdns server (support DDNS) provider Support providers record Support record types 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 command GLOBAL OPTIONS: --help, -h show help (default: false) --version, -v print the version (default: false) ``` ## License `vdns`是在 MIT 许可下发布的, 提供许可证副本在 [LICENSE](./LICENSE) 文件中。