diff --git a/command/agent/config.go b/command/agent/config.go index 45c3ea26a..e754a9d8e 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -226,7 +226,7 @@ func DevConfig() *Config { conf.DisableAnonymousSignature = true if runtime.GOOS == "darwin" { conf.Client.NetworkInterface = "lo0" - } else { + } else if runtime.GOOS == "linux" { conf.Client.NetworkInterface = "lo" }