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
// `undefined` uses Node's default (try `::` with fallback to `0.0.0.0`)
ip: undefined,
In default setting, "hexo-server" will run at [::].
But "hexo-server" output localhost in console.
Such prompts mislead users, and may bring security risks.
Check List
Describe the bug
hexo-server/index.js
Lines 8 to 9 in d5ed997
In default setting, "hexo-server" will run at
[::]
.But "hexo-server" output
localhost
in console.Such prompts mislead users, and may bring security risks.
hexo-server/lib/server.js
Lines 74 to 76 in d5ed997
Expected behavior
"hexo-server" should output the real listening address in console.
How to reproduce
hexo init
hexo s
Screenshots
No response
Environment information
Additional context
The text was updated successfully, but these errors were encountered: