add https service discovery, version 114#9
add https service discovery, version 114#9e-sailing wants to merge 1 commit intowellenvogel:masterfrom
Conversation
|
Would this be necessary to find an https service? I tried the app to browse for an https service but didn't see anything, though I'm advertising it on my network (I think I have it working right, but not sure). Basically, import mdns from 'mdns-js'
mdns.createAdvertisement(mdns.tcp('https'), port, {
name,
txt: {
version: '1.0.0',
path: '/',
},
}) |
|
BonjourBrowser is not able to browse HTTPS services. |
|
okay, thanks for the response - i'm making an app that works across my network that needs a service worker to work offline, so needs https. just haven't been able to get mdns to work yet... |
No description provided.