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...
This commit is contained in:
Samuel Thibault 2022-05-26 14:07:56 +02:00
parent f9e2045b38
commit 41c0bd1bc7

View file

@ -57,7 +57,7 @@ set radius_secret "secret"
#set bind_address 1.1.1.1 #set bind_address 1.1.1.1
# Listen address for CLI # 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 # Send a gratiuitous ARP for bind address
#set send_garp no #set send_garp no