Switch DNS back to OpenNIC for now

This commit is contained in:
Tad 2018-05-08 16:04:41 -04:00
parent f5fd480f56
commit e22d028cbd
7 changed files with 157 additions and 2 deletions

View file

@ -0,0 +1,3 @@
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
timeoutMs = (failedAttempts * 600000);
}