revert removal of default any.proxy.dst_address ipv4 address

This commit is contained in:
Ben Gardiner 2022-06-10 16:59:11 -04:00 committed by GitHub
commit eaf2b96407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ func NewAnyProxy(s *session.Session) *AnyProxy {
"Leave empty to intercept any source address."))
mod.AddParam(session.NewStringParameter("any.proxy.dst_address",
"",
session.ParamIfaceAddress,
"",
"Address where the proxy is listening."))