This website requires JavaScript.
Explore
Help
Sign In
Archive
/
GeDDNS
Archived
Watch
2
Star
0
Fork
0
You've already forked GeDDNS
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
DDNS Tools with Aliyun DNS API, this project has stopped updating
This repository has been archived on
2022-12-28
. You can view files and clone it, but cannot push or open issues or pull requests.
7
Commits
1
Branch
0
Tags
46
KiB
Python
100%
master
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Bigsk
48bcdeb4ec
update README.md.
2020-10-05 13:12:15 +08:00
Code
update Code/ddns.py.
2020-07-30 17:09:17 +08:00
LICENSE
Initial commit
2020-01-26 14:58:46 +08:00
README.md
update README.md.
2020-10-05 13:12:15 +08:00
README.md
Unescape
Escape
Compliance with LGPLv3 protocol
Help Document:
https://www.alibabacloud.com/help
Website:
https://www.ghink.net
Gitee:gitee.com/ghink
Donate:afdian.net/@ghink
About JSON File:
{
"RR": "",
"Domain": "",
"IPV4": "",
"IPV6": "",
"accessKeyId": "",
"accessSecret": ""
}
RR:Your RR
Domain:Your Main Domain
IPV4:IPV4 DDNS On(true)/Off(false)
IPV6:IPV6 DDNS On(true)/Off(false)
accessKeyId:Your AliDNS accessKeyId
accessSecret:Your AliDNS accessSecret
Example
Your DDNS Domain is:test.example.com
You Want to use IPV4,But Do Not Want To Use IPV6 DDNS
{
"RR": "test",
"Domain": "example.com",
"IPV4": "true",
"IPV6": "false",
"accessKeyId": "example",
"accessSecret": "example"
}
More Help:
https://www.alibabacloud.com/help
About Language/Environment
Core Code is Python
Python Use These Extend
(
Need To Install)
:
requests
aliyun-python-sdk-core
aliyun-python-sdk-alidns
Install Command(pip):
pip install requests
pip install aliyun-python-sdk-core
pip install aliyun-python-sdk-alidns