@@ -16,7 +16,6 @@ Using the library is very simple, here is an example of publishing a service ent
service := &mdns.MDNSService{
Instance: host,
Service: "_foobar._tcp",
Addr: []byte{127,0,0,1},
Port: 8000,
Info: "My awesome service",
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.