Block MySQL too

This commit is contained in:
wchen-r7 2016-10-28 11:41:53 -05:00
parent c8e5f09152
commit 9353c190ef
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ netsh advfirewall firewall add rule name="Closed port 445 for SMB" dir=in action
netsh advfirewall firewall add rule name="Closed port 139 for NetBIOS" dir=in action=block protocol=TCP localport=139
netsh advfirewall firewall add rule name="Closed port 135 for NetBIOS" dir=in action=block protocol=TCP localport=135
netsh advfirewall firewall add rule name="Closed Port 3389 for Remote Desktop" dir=in action=block protocol=TCP localport=3389
netsh advfirewall firewall add rule name="Closed Port 3306 for MySQL" dir=in action=block protocol=TCP localport=3306