mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-19 09:45:12 +00:00
95ca0c0e67
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