nonlinearthink / nonlinearthink.github.io

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

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

Closed nonlinearthink closed 3 years ago

nonlinearthink commented 4 years ago

https://nonlinearthink.github.io/2020/10/22/aliyun-ddns-python/#%E8%8E%B7%E5%8F%96%E5%AE%8C%E6%95%B4%E7%9A%84%E4%BB%A3%E7%A0%81

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