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{
|
||||
"--flush",
|
||||
"--delete-chain",
|
||||
"-t nat --flush",
|
||||
"-t nat --delete-chain",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user