Bind REST API to localhost by default
Binding to localhost by default is more secure than binding to all interfaces.
This commit is contained in:
@ -598,8 +598,7 @@ configuration file.
|
||||
#### `admin_host`
|
||||
|
||||
The network interface where the HTTP admin interface listens on. The default
|
||||
value is the IPv6 address `::` which listens on all available network
|
||||
interfaces.
|
||||
value is the IPv4 address `127.0.0.1` which only listens for local connections.
|
||||
|
||||
#### `admin_port`
|
||||
|
||||
|
Reference in New Issue
Block a user