diff --git a/ex/q/q.go b/ex/q/q.go index 7c289aea..e54f00d5 100644 --- a/ex/q/q.go +++ b/ex/q/q.go @@ -1,3 +1,7 @@ +// Q is a small utility which acts and behaves like 'dig' from BIND. +// It is meant to stay lean and mean, while having a bunch of handy +// features, like -check which checks if a packet is correctly signed (without +// checking the chain of trust). package main import (