Last active
November 18, 2015 05:05
-
-
Save nickchappell/1d009c11a99b976c42c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dns_query_flag = l.Cg( | |
l.P"+" /"recursion requested" | |
+ l.P"-" /"recursion not requested" | |
+ l.P"E" /"EDNS used" | |
+ l.P"S" /"query signed" | |
+ l.P"D" /"DNSSEC data wanted" | |
+ l.P"C" /"no DNSSEC validation check" | |
+ l.P"T" /"TCP used" | |
, "QueryFlags") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment