14 lines
384 B
Markdown
14 lines
384 B
Markdown
# 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
|
|
|
|
* https://github.com/mactsouk/opensource.com.git
|
|
* https://coderwall.com/p/wohavg/creating-a-simple-tcp-server-in-go
|