mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
chore(pmtud/tcp): restrict temp firewall rules to source ip and source port
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
type Firewall interface {
|
||||
TempDropOutputTCPRST(ctx context.Context, addrPort netip.AddrPort,
|
||||
TempDropOutputTCPRST(ctx context.Context, src, dst netip.AddrPort,
|
||||
excludeMark int) (revert func(ctx context.Context) error, err error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user