mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
fix: api.rest.address now defaults to 127.0.0.1
This commit is contained in:
parent
3bbfdbad29
commit
96853e663b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func NewRestAPI(s *session.Session) *RestAPI {
|
|||
}
|
||||
|
||||
mod.AddParam(session.NewStringParameter("api.rest.address",
|
||||
session.ParamIfaceAddress,
|
||||
"127.0.0.1",
|
||||
session.IPv4Validator,
|
||||
"Address to bind the API REST server to."))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue