nonlinearthink / nonlinearthink.github.io

My Blog
http://nonlinearthink.github.io
0 stars 0 forks source link

Python实现阿里云DDNS动态域名解析 | nonlinearthink's blog #39

Closed nonlinearthink closed 9 months ago

nonlinearthink commented 3 years ago

https://nonlinearthink.github.io/python/aliyun-ddns-python/

DDNS 简介DDNS(Dynamic Domain Name Server),它的作用是将用户的动态IP绑定到一个域名上去。 这样就算你的服务器IP发生了变化,用户仍然可以使用你的域名找到你的服务器。 阿里云提供了一套API,可以让你用编程的方式实现 DDNS,但是需要你的域名是在阿里云上申请的。 感谢我的室友借用给我测试用的域名。 一些可能用到的库123pip install aliyun

polosnow commented 2 years ago

借楼测试