mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
revert removal of default any.proxy.dst_address ipv4 address
This commit is contained in:
parent
628c0b79fb
commit
eaf2b96407
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func NewAnyProxy(s *session.Session) *AnyProxy {
|
||||||
"Leave empty to intercept any source address."))
|
"Leave empty to intercept any source address."))
|
||||||
|
|
||||||
mod.AddParam(session.NewStringParameter("any.proxy.dst_address",
|
mod.AddParam(session.NewStringParameter("any.proxy.dst_address",
|
||||||
"",
|
session.ParamIfaceAddress,
|
||||||
"",
|
"",
|
||||||
"Address where the proxy is listening."))
|
"Address where the proxy is listening."))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue