基于阿里云 DNS API 实现的 DDNS 工具

原文地址:https://www.cnblogs.com/myzony/p/9349578.html

作者的github有好东西:https://github.com/real-zony,比如:c#处理大数据ElasticSearch + Cassandra
 
另外使用supervisor来管理应用程序,如下配置:
[program:aliddns]
command=/app/aliddns/AliCloudDynamicDNS -f /app/aliddns/settings.json -i 600
directory=/app/aliddns
user=root
stopsignal=INT
autostart=true
autorestart=true
startsecs=1
stderr_logfile=/var/log/aliddns.err.log
stdout_logfile=/var/log/aliddns.out.log

 

posted @ 2021-09-03 14:06  屌丝大叔的笔记  阅读(312)  评论(0编辑  收藏  举报