package
module
Version:
v0.0.0-...-080acc8
Opens a new window with list of versions in this module.
Published: Mar 28, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
View Source
const MAX = 100
View Source
const MIN = 1
func HandleConnection ¶
Handle each connection
Each client must send it's hostname as the first line
Then each hostname is verified with DNSSEC
type Args struct {
VerboseDnssec bool `arg:"--verbose-dnssec" help:"debug dnssec lookups"`
Foo string `arg:"env:USER"`
}
Source Files
¶
Directories
¶
|
|
|
|
|
|
Command server is a test server for the Autobahn WebSockets Test Suite.
|
Command server is a test server for the Autobahn WebSockets Test Suite. |
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.