mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-25 16:00:56 +00:00
fix: restore firewall-dependent rules after reset (#13674)
This commit is contained in:
@@ -201,6 +201,7 @@ export namespace Firewall {
|
||||
|
||||
export interface ResetRequest {
|
||||
provider?: Provider;
|
||||
withDockerRestart?: boolean;
|
||||
}
|
||||
|
||||
export type CheckDecision = 'ready' | 'confirmation_required' | 'blocked' | 'no_change';
|
||||
|
||||
Reference in New Issue
Block a user