All Projects → honwen → Aliyun Ddns Cli

honwen / Aliyun Ddns Cli

Licence: mit
ALiDDNS - Dynamic DNS CLI for [aliyun.com]

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Aliyun Ddns Cli

Letscertbot
Let's Certbot is a tool builds automated scripts base on Certbot for obtaining, renewing, deploying SSL certificates.
Stars: ✭ 84 (-56.92%)
Mutual labels:  aliyun
Ali Oss
Aliyun OSS(open storage service) JavaScript SDK for the browser and Node.js
Stars: ✭ 1,579 (+709.74%)
Mutual labels:  aliyun
Alispot
自动创建阿里云抢占式实例,并启用网络加速
Stars: ✭ 139 (-28.72%)
Mutual labels:  aliyun
Xdupdate
Android 自动更新 / 阿里云 OSS 一键上传更新 (Android auto update / upload update by aliyun OSS)
Stars: ✭ 92 (-52.82%)
Mutual labels:  aliyun
Ali Mns
The nodejs sdk for aliyun mqs service
Stars: ✭ 107 (-45.13%)
Mutual labels:  aliyun
Spring Boot Quick
🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌
Stars: ✭ 1,819 (+832.82%)
Mutual labels:  aliyun
Waliyun
阿里云Node.js Open API SDK(完整版)
Stars: ✭ 40 (-79.49%)
Mutual labels:  aliyun
Aliddnsbash
阿里云域名解析动态更新(DDNS)的 Shell 脚本
Stars: ✭ 173 (-11.28%)
Mutual labels:  aliyun
Iot remote access
阿里云IoT远程运维套装之远程访问设备侧源码
Stars: ✭ 108 (-44.62%)
Mutual labels:  aliyun
Aliddns
aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】
Stars: ✭ 136 (-30.26%)
Mutual labels:  aliyun
Kube Aliyun
Aliyun Essentials for Kubernetes (SLB, Routes and Volumes)
Stars: ✭ 100 (-48.72%)
Mutual labels:  aliyun
Activestorage Aliyun
Wraps the Aliyun OSS as an Active Storage service.
Stars: ✭ 103 (-47.18%)
Mutual labels:  aliyun
Aliyun Ddns
阿里云动态域名工具,支持docker和ipv6。
Stars: ✭ 131 (-32.82%)
Mutual labels:  aliyun
Shadowsocks Tutorial
🐱给小白的Shadowsocks和V2ray翻墙教程
Stars: ✭ 1,273 (+552.82%)
Mutual labels:  aliyun
Aliyun Ons
☁️ SDK of Node.js for Aliyun ONS. 🚀
Stars: ✭ 151 (-22.56%)
Mutual labels:  aliyun
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-58.46%)
Mutual labels:  aliyun
Hybrid multicloud overlay
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
Stars: ✭ 127 (-34.87%)
Mutual labels:  aliyun
Rocketmq Spring Boot Starter
rocketmq-spring-boot-starter
Stars: ✭ 178 (-8.72%)
Mutual labels:  aliyun
Openapi Core Nodejs Sdk
OpenAPI POP core SDK for Node.js
Stars: ✭ 156 (-20%)
Mutual labels:  aliyun
Aliyun Emapreduce Datasources
Extended datasource support for Spark/Hadoop on Aliyun E-MapReduce.
Stars: ✭ 132 (-32.31%)
Mutual labels:  aliyun

Source

Thanks (package alidns)

Docker

Usage

$ docker pull chenhw2/aliyun-ddns-cli

$ docker run -d \
    -e "AKID=[ALIYUN's AccessKey-ID]" \
    -e "AKSCT=[ALIYUN's AccessKey-Secret]" \
    -e "DOMAIN=ddns.aliyun.win" \
    -e "REDO=600" \
    chenhw2/aliyun-ddns-cli

Example (for Synology)

Help

$ docker run --rm chenhw2/aliyun-ddns-cli -h
NAME:
   aliddns - aliyun-ddns-cli

USAGE:
   aliyun-ddns-cli [global options] command [command options] [arguments...]

VERSION:
   Git:[MISSING BUILD VERSION [GIT HASH]] (go1.16)

COMMANDS:
   help, h  Shows a list of commands or help for one command

   DDNS:
     list         List AliYun's DNS DomainRecords Record
     delete       Delete AliYun's DNS DomainRecords Record
     update       Update AliYun's DNS DomainRecords Record, Create Record if not exist
     auto-update  Auto-Update AliYun's DNS DomainRecords Record, Get IP using its getip

   GET-IP:
     getip          Get IP Combine 12 different Web-API
     resolve        Get DNS-IPv4 Combine 5 DNS Upstream

GLOBAL OPTIONS:
   --access-key-id value, --id value          AliYun's Access Key ID
   --access-key-secret value, --secret value  AliYun's Access Key Secret
   --ipapi value, --api value                 Web-API to Get IP, like: http://myip.ipip.net
   --help, -h                                 show help
   --version, -v                              print the version

CLI Example:

aliddns --id ${AccessKeyID} --secret ${AccessKeySecret} \
    auto-update --domain ddns.example.win

aliddns --id ${AccessKeyID} --secret ${AccessKeySecret} \
    update --domain ddns.example.win \
    --ipaddr $(ifconfig pppoe-wan | sed -n '2{s/[^0-9]*://;s/[^0-9.].*//p}')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].