mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
Remove firewall nat chain clearing, refers to #171
This commit is contained in:
@@ -48,8 +48,6 @@ func (c *configurator) Clear(ctx context.Context) error {
|
|||||||
return c.runIptablesInstructions(ctx, []string{
|
return c.runIptablesInstructions(ctx, []string{
|
||||||
"--flush",
|
"--flush",
|
||||||
"--delete-chain",
|
"--delete-chain",
|
||||||
"-t nat --flush",
|
|
||||||
"-t nat --delete-chain",
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user