add mDNS responder for mixed in hostname lookup and key based lookup

This commit is contained in:
FPS 2022-02-07 17:40:35 +01:00
parent 559e31c502
commit ac72653627
11 changed files with 355 additions and 3 deletions

1
go.mod
View file

@ -12,6 +12,7 @@ require (
github.com/hashicorp/go-syslog v1.0.0
github.com/hjson/hjson-go v3.1.0+incompatible
github.com/kardianos/minwinsvc v1.0.0
github.com/libp2p/go-reuseport v0.1.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1