Pulse/cmd
rcourtman 7d733db3a8 fix: Default sensor-proxy HTTP to 0.0.0.0:8443 for IPv4 binding
On systems with net.ipv6.bindv6only=1 (including some Proxmox 8
configurations), using ":8443" results in IPv6-only binding. Users
reported curl to 127.0.0.1:8443 hanging while [::1]:8443 worked.

Changed default from ":8443" to "0.0.0.0:8443" to explicitly bind IPv4.

Related to #805
2025-12-03 20:25:08 +00:00
..
hashpw Add hashpw utility for generating password hashes 2025-11-06 16:46:56 +00:00
pulse Rebuild agent token bindings on API token config reload 2025-11-29 14:09:30 +00:00
pulse-agent Add health/metrics server and proper cleanup to unified agent 2025-12-02 22:42:05 +00:00
pulse-docker-agent Add unit tests for parseLogLevel and splitStringList (dockeragent) 2025-11-30 06:50:09 +00:00
pulse-host-agent Add unit tests for pulse-host-agent utility functions 2025-11-30 08:17:18 +00:00
pulse-sensor-proxy fix: Default sensor-proxy HTTP to 0.0.0.0:8443 for IPv4 binding 2025-12-03 20:25:08 +00:00