You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): warn when serve --host uses broadcast or special addresses
Fixes bounty issue #1632
Add validation for the --host argument in the serve command to warn users
when they specify problematic IP addresses such as broadcast addresses
(255.255.255.255), multicast addresses (224.0.0.0 - 239.255.255.255),
or documentation addresses. These addresses cannot be properly bound
and would result in confusing errors.
0 commit comments