Skip to content

Commit

Permalink
Adjust priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
jjxtra committed Jul 11, 2023
1 parent 1bfbaa7 commit 79806d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPBanCore/Linux/IPBanLinuxFirewallD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ namespace DigitalRuby.IPBanCore
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)]
public class IPBanLinuxFirewallD : IPBanBaseFirewall
{
private const int allowPriority = 10;
private const int dropPriority = 20;
private const int allowPriority = -20;
private const int dropPriority = -10;

private readonly string zoneFileOrig;
private readonly string zoneFile;
Expand Down

0 comments on commit 79806d4

Please sign in to comment.