We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2770cc commit e3c6837Copy full SHA for e3c6837
1 file changed
enterprise/v2/firewall/firewall.proto
@@ -3,9 +3,9 @@ package defguard.enterprise.firewall.v2;
3
4
// Describes target configuration of the firewall
5
message FirewallConfig {
6
- FirewallPolicy default_policy = 2;
7
- repeated FirewallRule rules = 3;
8
- repeated SnatBinding snat_bindings = 4;
+ FirewallPolicy default_policy = 1;
+ repeated FirewallRule rules = 2;
+ repeated SnatBinding snat_bindings = 3;
9
}
10
11
enum IpVersion {
0 commit comments