Go to file
Jeff Carr 080acc8f3c remove places it would exit()
Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-03-28 08:54:18 -05:00
client Send the hostname as the first line 2019-05-04 15:08:25 -07:00
emaild write to files 2019-05-25 17:11:32 -07:00
example-channel-goroutine use a standard Event Dump() function 2019-05-11 13:20:24 -07:00
example-gorilla s/c/conn/ 2019-05-11 20:14:37 -07:00
example-protobuf update the examples 2019-05-11 12:59:46 -07:00
goclient ok. ADD works from the GUI 2019-05-28 20:28:25 +00:00
gorilla-server fix hostname with domain name and vis-a-vis 2019-06-04 23:15:55 +00:00
server allow dns lookup output to be sent to systemctl 2019-05-10 03:22:44 +00:00
.gitignore fixed client code example. 2019-05-28 20:19:32 +00:00
LICENSE Initial commit that works more or less 2019-05-04 12:13:07 -07:00
Makefile Send the hostname as the first line 2019-05-04 15:08:25 -07:00
README.md add log() and go-arg 2023-02-20 22:22:58 -06:00
args.go remove places it would exit() 2023-03-28 08:54:18 -05:00
connection_handler.go add log() and go-arg 2023-02-20 22:22:58 -06:00
dnstrace.go remove places it would exit() 2023-03-28 08:54:18 -05:00
log.go remove places it would exit() 2023-03-28 08:54:18 -05:00

README.md

Intro

Attempt at some code to validate via DNS / DNSSEC the hostname is valid on a simple socket listen server

This recursively runs from the root TLD's and purposesly bypasses any DNS cache so that the DNS <-> IP address mappings can be verified

References