rust-dnsbox/data/Makefile

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