How can I block all connections but those that match an Allow rule? Seems likeprofile.DefaultInboundAction = FirewallAction.Block sets the firewall to block all connections, ignoring any allow rules. I'm looking for the option that matches Block (default) - the choice available in Windows Firewall With Advanced Security which blocks all connections except those that match an Allow rule?
How can I block all connections but those that match an Allow rule? Seems like
profile.DefaultInboundAction = FirewallAction.Block
sets the firewall to block all connections, ignoring any allow rules. I'm looking for the option that matchesBlock (default)
- the choice available in Windows Firewall With Advanced Security which blocks all connections except those that match an Allow rule?