Remove funkensturm - depends too much on makefiles to work

This commit is contained in:
Miek Gieben 2012-02-05 10:59:15 +01:00
parent f1296c971f
commit 0fc0d329c8
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ EXAMPLES=mx \
fp \
reflect \
q \
funkensturm \
ex:
for i in $(EXAMPLES); do go build dns/ex/$$i; done

View File

@ -26,7 +26,7 @@ func main() {
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 interal DNSSEC consistency")
tsig := flag.String("tsig", "", "request tsig with key: [hmac:]name:key")
//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")