updated go-aptproxy with mdns records
This commit is contained in:
parent
bedf286fac
commit
6efeca0e30
@ -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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user