Friday, 22 January 2021

Add remove firewall rule

 Add firewall rule, open cmd prompt or bash as admin

netsh advfirewall firewall add rule name="lolchat" dir=out remoteip=192.64.174.69 protocol=TCP action=block


Remove firewall rule

netsh advfirewall firewall delete rule name="lolchat"

No comments:

Post a Comment