You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm behind a fairly restrictive firewall and I've noticed that this module fails to look up *.local. addresses (works fine on more permissive networks). I've managed to work around the problem by specifying dns_sd.kDNSServiceFlagsForceMulticast instead of 0 in the above function call.
I wouldn't want to hard code that though - would it be possible to specify the flags passed into this function as an argument in a similar way to the DNSServiceResolve function earlier in the same file?
The text was updated successfully, but these errors were encountered:
In
resolver_sequence_tasks.js
on lines 92-94 there's this sort of thing:I'm behind a fairly restrictive firewall and I've noticed that this module fails to look up *.local. addresses (works fine on more permissive networks). I've managed to work around the problem by specifying
dns_sd.kDNSServiceFlagsForceMulticast
instead of0
in the above function call.I wouldn't want to hard code that though - would it be possible to specify the flags passed into this function as an argument in a similar way to the
DNSServiceResolve
function earlier in the same file?The text was updated successfully, but these errors were encountered: