Skip to content

Commit

Permalink
Update WFPSupport.md
Browse files Browse the repository at this point in the history
layout fix
  • Loading branch information
offhub authored Oct 3, 2024
1 parent 7145afc commit 6ff48fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/PlusContent/WFPSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ The Sandman UI provides us with a method for editing and testing network rules.
![](../Media/WFP_Rule_Editor.png)

The **attributes** at our disposal (with some examples of syntax) are:

- **Action** = `Allow` | `Block` (selected from the Network Restrictions tab)
- **Program** = `program.exe`
- **Port** = `80,443,1000-2000`
- **Address** = `111.222.333.444,0.0.0.0-255.255.255.255`
- **Protocol** = `TCP` | `UDP`

The following **rules precedence** scheme determines rule hierarchy:

1. A rule for a specified program trumps a rule for all programs except a given one, trumps rules for all programs.
2. A rule with a Port number or IP address trumps a rule without:
- 2a. A rule with an IP address and Port number trumps a rule with an IP address only or Port number only.
Expand Down

0 comments on commit 6ff48fd

Please sign in to comment.