This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| netsh advfirewall firewall add rule name="BLOCK 148.222.66.x" dir=out action=block remoteip=148.222.66.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.99.x" dir=out action=block remoteip=202.81.99.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.112.x" dir=out action=block remoteip=202.81.112.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.117.x" dir=out action=block remoteip=202.81.117.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.123.x" dir=out action=block remoteip=202.81.123.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.118.x" dir=out action=block remoteip=202.81.118.0/24 | |
| netsh advfirewall firewall add rule name="BLOCK 202.81.119.x" dir=out action=block remoteip=202.81.119.0/24 |