choria-legacy / puppet-nats

NATS.io module for the Choria Orchestrator
http://choria.io
Apache License 2.0
5 stars 16 forks source link

Add listen_address to nats service config #43

Closed helge000 closed 7 years ago

helge000 commented 7 years ago

Sets up net: configuration directive and sets it to "::". Note: the current default behavior seems that nats is listening on 0.0.0.0.

Since this module supports only Linux and net.ipv6.bindv6only=0 is the default on all of these, ::is the expected behaviour as more SRV records will resolve A and AAAA records these days.

ripienaar commented 7 years ago

thanks! though I merged too quick and forgot to ask you to open an issue for this, do you mind opening an issue?