nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0
This commit is contained in:
@@ -103,7 +103,7 @@ in
|
||||
|
||||
listenAddress = mkOption {
|
||||
type = types.str;
|
||||
default = "0.0.0.0";
|
||||
default = "127.0.0.1";
|
||||
description = "Address on which to start webserver.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user