MatrixAI / Polykey-CLI

Polykey CLI - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://polykey.com
GNU General Public License v3.0
6 stars 3 forks source link

Disabling of `IP_MULTICAST_ALL` for `js-mdns` on Linux systems #159

Open amydevs opened 5 months ago

amydevs commented 5 months ago

Specification

Ideally, since we have access to the flags that are passed to the Node packaged into our binary with pkg. We should enable the disableLinuxMulticastAllOption option for js-mdns, as well as disable the deprecation warning our side.

Additional context

Tasks

  1. Bump js-mdns to v1.3.0.
  2. Add option in polykey to set the disableLinuxMulticastAllOption in js-mdns
  3. Implementing platform/arch check in packaging build step to enable such option.
linear[bot] commented 5 months ago

ENG-25 Disabling of `IP_MULTICAST_ALL` for `js-mdns` on Linux systems