DNS Query:
dig @dns.auenkr.me -p 9005 +short TXT write.query.with.periods
Output:
No query provided.
example:
DNS Query:
dig @localhost -p 3000 +short TXT what.is.dns
// Any question
Output:
The Domain Name System translates domain names to IP addresses.
DNS Query:
dig @localhost -p 3000 +short TXT what.is.100.times.30
Output:
"3000"
Inspire from:
Github: https://github.com/knadh/dns.toys
It only support limit no of query.
Pros: Can answer almost any query.
Cons: It will be very slow.
Using docker
-
update env variable to
docker-compose.yaml
file -
docker compose up
Without docker
-
rename sample.env to .env
-
go mod tidy
andgo install
-
go run main.go