Skip to content

Instantly share code, notes, and snippets.

@nickchappell
Last active November 18, 2015 05:05
Show Gist options
  • Save nickchappell/1d009c11a99b976c42c4 to your computer and use it in GitHub Desktop.
Save nickchappell/1d009c11a99b976c42c4 to your computer and use it in GitHub Desktop.
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