mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
firewall: return altered intercepted message
This allows us to rewrite a request.
This commit is contained in:
parent
962d6667a8
commit
916ddec0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ func (r *RuleEnforcer) handleRequest(ctx context.Context,
|
|||
"rule violation: %s", errors.Join(errs...))
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return msg, nil
|
||||
}
|
||||
|
||||
// handleResponse gathers the rules that will need to be enforced for the given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue