Skip to content

Commit

Permalink
Don't post mDNS on Android GOOS - cross-platform code will handle that
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Jan 30, 2024
1 parent 29dfa8b commit d542e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipper/pkg/initwirepod/startserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func StopServer() {

func StartChipper() {
// load certs
if vars.APIConfig.Server.EPConfig {
if vars.APIConfig.Server.EPConfig && runtime.GOOS != "android" {
go mdnshandler.PostmDNS()
}
var certPub []byte
Expand Down

0 comments on commit d542e33

Please sign in to comment.