Skip to content

Commit e060e03

Browse files
committed
Add a warning about the listening IP change in 5.10.3
1 parent f25f81a commit e060e03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commands/local_server_start.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ var localServerStartCmd = &console.Command{
304304

305305
reexec.NotifyForeground("listening")
306306
ui.Warning(localWebServerProdWarningMsg)
307+
if config.ListenIp == "127.0.0.1" {
308+
ui.Warning(`Please note that the Symfony CLI only listens on 127.0.0.1 by default since version 5.10.3.
309+
You can use the --allow-all-ip or --listen-ip flags to change this behavior.`)
310+
}
307311
ui.Success(msg)
308312
}
309313

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy