Skip to content

Commit

Permalink
Merge pull request owasp-amass#408 from kozooh/dns_fix
Browse files Browse the repository at this point in the history
Set UDP size in EDNS0_SUBNET option
  • Loading branch information
caffix authored May 22, 2020
2 parents 705ebd2 + 6566306 commit 1f42ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resolvers/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func setupOptions() *dns.OPT {
Hdr: dns.RR_Header{
Name: ".",
Rrtype: dns.TypeOPT,
Class: dns.DefaultMsgSize,
},
Option: []dns.EDNS0{e},
}
Expand Down

0 comments on commit 1f42ef8

Please sign in to comment.