From 41c0bd1bc7afd8849f60979cf47fc4cc9bfb35cf Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 26 May 2022 14:07:56 +0200 Subject: [PATCH] Make cli bound to localhost in default configuration Even if the default users file is empty, it's still better to avoid exposing by default a service to the wide internet... --- etc/startup-config.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/startup-config.default b/etc/startup-config.default index cb2ce09..5121d75 100644 --- a/etc/startup-config.default +++ b/etc/startup-config.default @@ -57,7 +57,7 @@ set radius_secret "secret" #set bind_address 1.1.1.1 # Listen address for CLI -#set cli_bind_address 127.0.0.1 +set cli_bind_address 127.0.0.1 # Send a gratiuitous ARP for bind address #set send_garp no