Page History
...
Для диагностики службы DNS используется команда в Powershell:
Code Block | ||
---|---|---|
| ||
[console]::outputencoding = [system.text.encoding]::getencoding("utf-8") ; if (( |
...
nslookup payments111.paysecure. |
...
ru 2>out-null | out-string).split()[18] |
...
-eq (nslookup (( |
...
nslookup payments111.paysecure. |
...
ru 2>out-null | out-string).split()[14]) |
...
ns6.incapdns. |
...
net 2>out-null | out-string).split()[18]) {'true'} else {'false'} |
Если после выполнения команды выводится значение true (см. пример ниже), то служба DNS работает корректно.
...