mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Hardcode 127.0.0.1 as loopback IP for default target
This commit is contained in:
@@ -379,7 +379,7 @@ func main() {
|
||||
args = append(args, defaultServiceHost)
|
||||
}
|
||||
} else if !flags.probe.noApp {
|
||||
args = append(args, fmt.Sprintf("localhost:%s", port))
|
||||
args = append(args, fmt.Sprintf("127.0.0.1:%s", port))
|
||||
}
|
||||
args = append(args, flag.Args()...)
|
||||
if !dryRun {
|
||||
|
||||
Reference in New Issue
Block a user