You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed example configuration.json to have logLevel Info.
Fixed running Install-Install service.ps1 from directories that aren't the installation directory.
Changed default banRepeatedOffenseCoefficient to 0 for simpler behavior if the property is missing (example config file still has recommended value of 1).
Make the service depend on the Windows Defender Firewall service, to ensure the firewall is running before this service starts and tries to use the firewall's API.
#1: Asynchronously clear existing firewall rules during startup to avoid service start timeouts
Updated dependencies
#8: Handle extracting IP address from unnamed Data element that isn't the first child of EventData
Widen banRepeatedOffenseCoefficient type from int to double for more configuration flexibility
#10: Crash after creating firewall rule due to ArgumentOutOfRangeException in Task.Delay