Skip to content

Instantly share code, notes, and snippets.

View whlsxl's full-sized avatar
🎯
Focusing

Wang Hailong whlsxl

🎯
Focusing
View GitHub Profile
#!/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
#前置函数