码迷,mamicode.com
首页 > 系统相关 > 详细

Shell 更新DNSPOD 域名,做动态DNS

时间:2017-09-30 10:05:06      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:UI   remote   api   cat   value   bash   ken   php   bin   

#!/bin/bash

RECORD_ID= 
DOMAIN=
SUB_DOMAIN
UID=
TOKEN=
REMOTE_IP

curl https://dnsapi.cn/Record.Ddns   -H ‘content-type: application/x-www-form-urlencoded‘  -d ‘domain=‘$DOMAIN‘&sub_domain=‘$SUB_DOMAIN‘&value=‘$REMOTE_IP‘&login_token=‘$UID‘%20%2C‘$TOKEN‘&format=json&record_id=‘$RECORD_ID‘&record_line=%E9%BB%98%E8%AE%A4‘

  http://icms.factj.com/article.php?id=2352

Shell 更新DNSPOD 域名,做动态DNS

标签:UI   remote   api   cat   value   bash   ken   php   bin   

原文地址:http://www.cnblogs.com/webgrip/p/7613403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!