humandns53

command module
v0.0.0-...-7229f54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2023 License: BSD-2-Clause Imports: 12 Imported by: 0

README

humandns53

A reference implementation of humandns dns server: the dns server part of humandns

Run

$ go run . &
Listening at:  :1053

$ dig ack-ack-ack-low.ip4  @localhost -p 1053

; <<>> DiG 9.16.31-RH <<>> ack-ack-ack-low.ip4 @localhost -p 1053
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23558
;; flags: qr; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ack-ack-ack-low.ip4.		IN	A

;; ANSWER SECTION:
ack-ack-ack-low.ip4.	31337	IN	A	127.0.0.1

;; Query time: 0 msec
;; SERVER: ::1#1053(::1)
;; WHEN: Sun Feb 12 00:03:47 AEST 2023
;; MSG SIZE  rcvd: 72

Concepts

TODO

  • Add support for IPv6 records

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL