-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to specify name-servers in input regardless of nameserver…
…s/local addresses supplied with flags (#437) * examples pass and code compiles * fixed up modules * module tests * module tests working * forgot to commit modules * unit tests passing * handle empty nameserver correctly * added new unit tests * added two negative test cases * added integration test for new domain nameserver feature * lint * fixed (hopefully) host IP capability detection * fix for metadata integration test when running in parrallel * make file names unique for test parallelism * use zdns defaults for name-server-mode * review * added integration tests * create connInfo objs. on demand * unit tests passing * fixed bool logic bug * fixed up integration tests * lowered core count for make test, was seeing timeout issues when running tests on macbook * remove local addr verification checks * error if user specifies IPv4 and no nameservers are available, vice versa for IPv6 * remove unneeded google addresses * removed loopback ipv6 test * cleared up NSLookup msg if IP-lookup not specified
- Loading branch information
1 parent
e11da0b
commit ce54bd9
Showing
10 changed files
with
201 additions
and
242 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
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
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
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
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
Oops, something went wrong.