7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
## Name: Remote Desktop Protocol
|
||
|
## Description: Opens ports for Remote Desktop Protocol
|
||
|
|
||
|
# space separated list of allowed TCP ports
|
||
|
TCP="3389"
|
||
|
|