Implement EDNS Client Subnet Option

This commit is contained in:
Ron Wellman 2020-06-19 22:04:41 -04:00 committed by ronwellman
parent e891c310fb
commit e7146c2a6b
11 changed files with 177 additions and 9 deletions

View file

@ -527,6 +527,10 @@ event dns_SRV_reply(c: connection, msg: dns_msg, ans: dns_answer, target: string
# {
#
# }
# event dns_EDNS_ecs(c: connection, msg: dns_msg, opt: dns_edns_ecs)
# {
#
# }
#
#event dns_TSIG_addl(c: connection, msg: dns_msg, ans: dns_tsig_additional)
# {