Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aborts on single resolver timeout #30

Open
frh opened this issue Feb 20, 2019 · 0 comments
Open

Aborts on single resolver timeout #30

frh opened this issue Feb 20, 2019 · 0 comments

Comments

@frh
Copy link

frh commented Feb 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant