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:
parent
f9e2045b38
commit
41c0bd1bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue