摘要: #!/bin/bash Ip_addr=`cat /etc/dnsrecord.txt |awk '{print $1}' |head -1` Check_dns_url(){ grep $1 /etc/dnsrecord.txt >/dev/null if [ $? -ne 0 ];then echo "${Ip_addr} $1 " >> /etc/dnsrecord.t... 阅读全文
posted @ 2018-07-11 09:41 lixinliang 阅读(428) 评论(0) 推荐(0)