Pulse/cmd
rcourtman 77e59afe14 fix: Force tcp4 network for IPv4 addresses in sensor-proxy HTTP mode
On dual-stack systems with net.ipv6.bindv6only=1 (like some Proxmox 8
configurations), Go's net.Listen("tcp", "0.0.0.0:8443") may still bind
to IPv6-only. This caused IPv4 localhost connections to hang while
IPv6 worked.

Fix by detecting IPv4 addresses and explicitly using "tcp4" network
type when creating the listener. Related to #805
2025-12-04 20:09:44 +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: Force tcp4 network for IPv4 addresses in sensor-proxy HTTP mode 2025-12-04 20:09:44 +00:00