Skip to content

0x676e67/vdns

Repository files navigation

GitHub Release

vdns

vdns支持多平台DNS解析操作, 同时以服务方式支持DDNS

  • 支持阿里云、腾讯云、华为云、Cloudflare等平台的DNS记录解析
  • 支持多种解析记录类型:A、AAAA、NS、MX、CNAME、TXT、SRV、CA、REDIRECT_URL、FORWARD_URL

Terminal CLI

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
   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 command

GLOBAL OPTIONS:
   --debug, -d    enable debug mode (default: false)
   --help, -h     show help (default: false)
  • 使用DDNS

下载二进制包

$ wget https://github.com/gngpp/vdns/releases/download/v2.0/linux_amd64_vdns.tar.gz && tar -xzvf linux_amd64_vdns.tar.gz

直接运行

$ ./vdns server exec

后台daemon运行,支持 Windows XP+, Linux/(systemd | Upstart | SysV), OSX/Launchd

# 安装运行
./vdns server install
./vdns server start

# 卸载
./vdns server stop
./vdns server uninstall

License

JetBrains 开源证书支持

vdns 项目一直以来都是在 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发,基于 free JetBrains Open Source license(s) 正版免费授权,在此表达我的谢意。

About

vdns支持多云平台DNS解析,支持Terminal CLI 方式修改DNS记录,同时以服务形式提供DDNS支持。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages