Write small script to query hsh dns servers

This commit is contained in:
Jan Philipp Timme 2018-05-11 13:20:59 +02:00
parent d6d5c7b601
commit 299e9cae89
1 changed files with 4 additions and 0 deletions

4
bin/dig_hsh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
dig @dns2.hs-hannover.de $@
dig @dns1.hs-hannover.de $@
dig @deneb.dfn.de $@