patriksvensson / cupboard

A framework for provisioning local environments to a desired state, using the .NET SDK.
MIT License
761 stars 19 forks source link

Windows Firewall Provider #35

Open MovGP0 opened 2 years ago

MovGP0 commented 2 years ago

Add support for Windows Firewall rules. Maybe based on the Windows Firewall Helper.

Rationale

Many application need to access resources over the network, like databases, Web- or E-Mail servers, and network folders. The application should be able to set the neccesary windows firewall rules itself - given the windows firewall is enabled. The rules should not apply on linux systems.