updated go-aptproxy with mdns records
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2022-07-11 16:02:59 +02:00
parent bedf286fac
commit 6efeca0e30

View File

@ -41,10 +41,10 @@ func main() {
}() }()
service, err := mdns.NewMDNSService( service, err := mdns.NewMDNSService(
"thinkpad", "APT Proxy",
"_apt_proxy._tcp", "_apt_proxy._tcp",
"", "",
"", "apt.local.",
*port, *port,
[]net.IP{GetOutboundIP()}, []net.IP{GetOutboundIP()},
[]string{"go-aptproxy - Smarter APT Proxy"}, []string{"go-aptproxy - Smarter APT Proxy"},