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

Add full DNSSEC support #186

Merged
merged 5 commits into from
Dec 31, 2017
Merged

Add full DNSSEC support #186

merged 5 commits into from
Dec 31, 2017

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Dec 31, 2017

By submitting this pull request, I confirm the following (please check boxes, eg [X]) Failure to fill the template will close your PR:

Please submit all pull requests against the development branch. Failure to do so will delay or deny your request

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

How familiar are you with the codebase?:

10


Add DNSSEC support. Analyze SECURE, INSECURE as well as BOGUS result and return it on request.

Exemplary screenshot:
screenshot at 2017-12-31 16-55-59

This template was created based on the work of udemy-dl.

parser.c Outdated
@@ -484,6 +484,8 @@ void process_pihole_log(int file)
// Store domain name
domains[domainID].domain = strdup(domain);
memory.domainnames += (strlen(domain) + 1) * sizeof(char);
// Store DNSSEC result for this domain
domains[domainID].dnssec = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using an enum might be more readable.

@DL6ER DL6ER changed the title [WIP] Add full DNSSEC support Add full DNSSEC support Dec 31, 2017
@DL6ER DL6ER merged commit 3b5edad into development Dec 31, 2017
@DL6ER DL6ER deleted the new/DNSSECsupport branch December 31, 2017 16:44
@pralor-bot
Copy link

This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there:

https://discourse.pi-hole.net/t/add-full-support-for-dnssec-in-query-log/6284/3

@pralor-bot
Copy link

This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there:

https://discourse.pi-hole.net/t/add-full-support-for-dnssec-in-query-log/6284/1

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

Successfully merging this pull request may close these issues.

3 participants