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