Files
versitygw/cmd/versitygw
niksis02 b151d4626a fix: fix webui port validation to allow unix socket paths
Fixes #2009

The webui address validation loop called net.SplitHostPort on every address without first checking whether it was a unix socket path, causing an error for unix domain socket paths. The fix includes skipping the host:port validation for unix socket paths for webui.
2026-04-03 21:12:22 +04:00
..