This commit is contained in:
Miek Gieben 2012-01-28 09:36:18 +01:00
parent fbe21523b1
commit c61fe58508
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ func main() {
query := flag.Bool("question", false, "show question")
short := flag.Bool("short", false, "abbreviate long DNSSEC records")
check := flag.Bool("check", false, "check internal DNSSEC consistency")
anchor := flag.String("anchor", "", "use the DNSKEY in this file for interla DNSSEC consistency")
// tsig := flag.String("tsig", "", "tsig key, [hmac:]name:key")
anchor := flag.String("anchor", "", "use the DNSKEY in this file for interal DNSSEC consistency")
tsig := flag.String("tsig", "", "request tsig with key: [hmac:]name:key")
port := flag.Int("port", 53, "port number to use")
aa := flag.Bool("aa", false, "set AA flag in query")
ad := flag.Bool("ad", false, "set AD flag in query")