Skip to content

Commit

Permalink
updated readme with CIDR info
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiesec committed Jun 21, 2023
1 parent c894320 commit 2083095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This file uses the following configuration options:
|opnum:| Match a RPC opnum | RPC Firewall|
|verbose:| Can be either **true** or *false*. When true, outputs debug informaiton for specific RPC calls (default false)| RPC Firewall|
|prot:| Matches the used protocol to any of the [protocol sequence constants](https://docs.microsoft.com/en-us/windows/win32/rpc/protocol-sequence-constants)| both RPC Firewall and Filters|
|addr:| Match a remote IP address (IPv4 or IPv6)| RPC Firewall and partially by RPC Filters, [read more here](#using-rpc-firewall-or-rpc-filters)|
|addr:| Match a remote IP address (IPv4 or IPv6, including CIDR)| RPC Firewall and partially by RPC Filters, [read more here](#using-rpc-firewall-or-rpc-filters)|
|uuid:| Match a specific uuid | both RPC Firewall and Filters|
|action:| Can be either **allow** or **block** (default allow)| both RPC Firewall and Filters|
|audit:| Can be either **true** or *false*. Controls whether events are written to the *RPCFW* log (default false)| both RPC Firewall and Filters|
Expand Down

0 comments on commit 2083095

Please sign in to comment.