rust-dnsbox/data/Makefile
2018-03-07 09:27:19 +01:00

7 lines
174 B
Makefile

all: root-hint.txt
.PHONY: all
root-hint.txt:
dig +nocomment +noquestion +nocmd +nostat NS . @a.root-servers.net. | column -t | sort > root-hint.txt
.PHONY: root-hint.txt