mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
balls
This commit is contained in:
parent
b4d8c639a0
commit
fb593af38d
6 changed files with 7 additions and 5 deletions
|
@ -55,7 +55,7 @@ func NewHttpProxy(s *session.Session) *HttpProxy {
|
|||
|
||||
p.AddParam(session.NewStringParameter("http.proxy.address",
|
||||
session.ParamIfaceAddress,
|
||||
`^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$`,
|
||||
session.IPv4Validator,
|
||||
"Address to bind the HTTP proxy to."))
|
||||
|
||||
p.AddParam(session.NewIntParameter("http.proxy.port",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue