修改DNS策略

This commit is contained in:
姬巍川
2020-04-24 18:16:19 +08:00
parent be8cee5563
commit bc2db50a84

View File

@@ -52,8 +52,8 @@ SecurityPolicy-Deny-DNS-00002
Comment 功能端验证HTTP验证
${commandstr} run keyword if '${systemType}'=='Windows' set variable nslookup -d www.toutiao.com
... ELSE set variable nslookup -d www.toutiao.com
${stringlist} run keyword if '${systemType}'=='Windows' Create List canonical name =www.vip.com
... ELSE Create List canonical name =www.vip.com
${stringlist} run keyword if '${systemType}'=='Windows' Create List canonical name = www.vip.com
... ELSE Create List canonical name = www.vip.com
${starttime} Get Time
Sleep ${policyVerificationSleepSeconds}s
${rescode} SystemCommands ${commandstr} ${stringlist}