This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##配置信息 | |
host="www" #主机名 | |
domain="test.com" #你的域名 | |
ak="kkkk" #你的阿里云app key | |
sk="yyyyyy&" #“你的阿里云app secret&” 注意后面多个“&” | |
#which nslookup >/dev/null 2>$1 || yum install bind-utils -y | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin | |
#前置函数 |