All Projects → gutenye → aliyun-ddns

gutenye / aliyun-ddns

Licence: MIT License
[Go] Update Aliyun DDNS record from OpenWRT or CLI. 阿里云域名动态解析客户端, 万网, 云解析, Windows, Linux

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to aliyun-ddns

openwrt-v2ray-plugin
V2ray-plugin for OpenWrt
Stars: ✭ 104 (+511.76%)
Mutual labels:  openwrt
feed-netkeeper
Openwrt闪讯插件
Stars: ✭ 107 (+529.41%)
Mutual labels:  openwrt
HandsomeMod
IOT freedom for end users!
Stars: ✭ 39 (+129.41%)
Mutual labels:  openwrt
Phicomm-K2P-K3-OpenWrt-Firmware
Phicomm K3 OpenWrt firmware Compile by Github Actions,(K2P firmware update,see my mood)
Stars: ✭ 42 (+147.06%)
Mutual labels:  openwrt
ucode
JavaScript-like language with optional templating
Stars: ✭ 27 (+58.82%)
Mutual labels:  openwrt
OpenWrtAction
Openwrt automatic compilation project of github action
Stars: ✭ 28 (+64.71%)
Mutual labels:  openwrt
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (+11.76%)
Mutual labels:  openwrt
OpenWrts
OPENWRT 固件(Raspberry Pi4B/3B+,NanoPi R4S,Orange Pi R1Plus,x86) 依源码更新自动编译
Stars: ✭ 100 (+488.24%)
Mutual labels:  openwrt
OpenWRT-x86 64-Install
Create and deploy a LEGACY or EFI OpenWRT bootable image for x86_64 processors
Stars: ✭ 15 (-11.76%)
Mutual labels:  openwrt
DnsTube
Access your computer from anywhere. DnsTube is a Windows .NET dynamic DNS client for Cloudflare.
Stars: ✭ 137 (+705.88%)
Mutual labels:  ddns
brook
Brook 端口转发 一键管理脚本修改版 增加了对动态域名的支持 基于逗比版本修改而来
Stars: ✭ 113 (+564.71%)
Mutual labels:  ddns
openwrt
OpenWrt Stable 1907 with lean's package
Stars: ✭ 55 (+223.53%)
Mutual labels:  openwrt
ansible-nnxx
Ansible configurations for the nnxx infrastructure
Stars: ✭ 11 (-35.29%)
Mutual labels:  openwrt
cloudflare-ddns-updater
Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP! Written in pure BASH~
Stars: ✭ 434 (+2452.94%)
Mutual labels:  ddns
openwrt-vm-tools
vmware tools open-vm-tools for OpenWRT, segfault and crashes free😊😊
Stars: ✭ 45 (+164.71%)
Mutual labels:  openwrt
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+811.76%)
Mutual labels:  openwrt
koolcenter
提供评测文章,固件教程,插件使用说明等。
Stars: ✭ 189 (+1011.76%)
Mutual labels:  openwrt
OpenAppFilter
基于OpenWrt的App过滤(上网管控)模块,支持抖音、斗鱼、王者荣耀、腾讯视频等上百款App过滤
Stars: ✭ 32 (+88.24%)
Mutual labels:  openwrt
pulsertp-multiroom
Synchronized multiroom audio with PulseAudio RTP
Stars: ✭ 25 (+47.06%)
Mutual labels:  openwrt
YAWAC
Yet Another Wifi Auto Connect (YAWAC) is a shell script to connect to a dataset of wireless connection and free hotspot like FreeWifi. It's works on OpenWrt.
Stars: ✭ 22 (+29.41%)
Mutual labels:  openwrt

aliyun-ddns, 阿里云域名动态解析客户端

Homepage | Documentation | Issue Tracker | MIT License | by Guten | Gratipay | Bountysource

使用方法

下载客户端

OpenWRT

Start a http server in your personal computer, then use builtin OpenWRT dddns service.

$ aliyun-ddns server 3000
$ edit dddns custom url in OpenWRT: <server-ip>:3000/?id=12345679&rr=www&value=[IP]&access_key_id=[USERNAME]&access_key_secret=[PASSWORD]

Linux

# crontab -e

  aliyund-ddns update example.com www -access-key-id ID -access-key-secret SECRET


$ edit ~/.aliyun-ddnsrc

  ACCESS_KEY_ID = "x"
  ACCESS_KEY_SECRET = "x"

$ aliyun-ddns list example.com

12345678 www 1.1.1.1 example.com A

$ aliyun-ddns update 12345678 www 2.2.2.2

Windows

计划任务
aliyund-ddns update example.com www -access-key-id ID -access-key-secret SECRET

Development

Contributing

  • Submit any bugs/features/ideas to github issue tracker.
  • Thanks to all contributors.

Resource

Copyright

The MIT License

Copyright (c) 2015-2016 Guten Ye

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].