From 6efeca0e305e27f7a3391da22c630671e989d41e Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 11 Jul 2022 16:02:59 +0200 Subject: [PATCH] updated go-aptproxy with mdns records --- cmd/go-aptproxy/go-aptproxy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/go-aptproxy/go-aptproxy.go b/cmd/go-aptproxy/go-aptproxy.go index a0ce5b6..989c6c6 100644 --- a/cmd/go-aptproxy/go-aptproxy.go +++ b/cmd/go-aptproxy/go-aptproxy.go @@ -41,10 +41,10 @@ func main() { }() service, err := mdns.NewMDNSService( - "thinkpad", + "APT Proxy", "_apt_proxy._tcp", "", - "", + "apt.local.", *port, []net.IP{GetOutboundIP()}, []string{"go-aptproxy - Smarter APT Proxy"},