We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
I am trying to use this plugin to get EDNS0 information but to no avail. I suspect that I am using it wrongly and hence asking here for advises.
Corefile
.:1053 { metadata metadata_edns0 log {my_custom_plugin} }
My custom plugin
edns := metadataEdns0.New() newCtx := edns.Metadata(ctx, state) fmt.Println(metadata.Labels(newCtx)) <-- not returning any fields
May I know if there is anything that I am missing out?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
I am trying to use this plugin to get EDNS0 information but to no avail. I suspect that I am using it wrongly and hence asking here for advises.
Corefile
My custom plugin
May I know if there is anything that I am missing out?
The text was updated successfully, but these errors were encountered: