fix: EDNS cookies work properly #98
No reviewers
Labels
No labels
Priority: High
Priority: Low
Priority: Medium
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sam/awl#98
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-edns-cookies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
also slight refactors :)
closes #96
@ -44,7 +44,7 @@ func CreateQuery(opts util.Options) (util.Response, error) {
if opts.EDNS.Cookie {
e := new(dns.EDNS0_COOKIE)
Change e to
edns
-- single letter variables are good for examples but not for production.lgtm :)
sam referenced this pull request2022-09-16 23:25:31 +00:00