shithub: front

ref: d49ce9f885e73cd452d8a645429d3904e4676f8d
dir: /sys/lib/dist/ndb/mkfile/

View raw version
dnsroot:V:
	hget https://www.internic.net/domain/root.zone | awk '
		BEGIN { print "# this file is autogenerated from /sys/lib/dist/ndb/mkfile" };
		match($1, "\\.root-servers\\.net\\.") != 0 && \
		($4 == "A" || $4 == "AAAA") {
			dom = toupper($1);
			sub("\\.$", "", dom);
			printf("dom=%s ip=%s\n", dom, $5);
		}' > $target