-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: always use preloaded DNS results
Otherwise if DNS server returns incorrect results, we may never try preloaded DNS results. For example, we may get our first results from a captive portal. To test, add `127.0.0.1 example.org` and try to create an account. Without this change we only try 127.0.0.1 and fail. With this change preloaded DNS results are tried as well.
- Loading branch information
Showing
1 changed file
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters