Skip to content

Todo: Implement +cd on failure #28

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

Open
chani opened this issue May 29, 2017 · 0 comments
Open

Todo: Implement +cd on failure #28

chani opened this issue May 29, 2017 · 0 comments

Comments

@chani
Copy link

chani commented May 29, 2017

Most scripts will fail if there are DNSSEC issues, even those which might "show" DNSSEC issues - to properly test broken DNSSEC servers we should implement the cd-flag.

As discussed we're implementing a simple check (udp ipv4+ipv6 I'd say) in run.sh and if it doesn't work we'll retry with the cd-flag set. If that does work we do set a variable (CD) with content +cd. All dig- and delv-commands in the test scripts get ${CD} as param so that if run by run.sh all test-scripts will depending on the above check use +cd or not.

Doing the check in run.sh and only setting a variable will make sure that we do keep the test-scripts simple.

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