There was an error while loading. Please reload this page.
1 parent 06d59b1 commit 55d5ea8Copy full SHA for 55d5ea8
chkdm
@@ -111,6 +111,8 @@ function query() {
111
fi
112
elif [ ";; connection timed out; no servers could be reached" = "$result" ]; then
113
return 4
114
+ elif echo "$result" | grep -E ";; communications error to $dns#[1-9]+: timed out"; then
115
+ return 4
116
elif echo "$result" | grep -E ";; communications error to $dns#[0-9]+: connection refused"; then
117
return 5
118
elif [ "filterDetect" != "$filterDetect" ]; then
0 commit comments