You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it's querying the nameservers to see if the record has propagated (loops that start at L293 and L387), the entire script aborts if an exception occurs in verify_record. The secondary nameservers I use will usually timeout at least once before the record has propagated, possibly as a result of rate limiting from querying them once a second. I worked around this by commenting out L305-307 and L399-402 so it keeps going until the wait timer has been reached.
The text was updated successfully, but these errors were encountered:
When it's querying the nameservers to see if the record has propagated (loops that start at L293 and L387), the entire script aborts if an exception occurs in verify_record. The secondary nameservers I use will usually timeout at least once before the record has propagated, possibly as a result of rate limiting from querying them once a second. I worked around this by commenting out L305-307 and L399-402 so it keeps going until the wait timer has been reached.
The text was updated successfully, but these errors were encountered: