Skip to content

Instantly share code, notes, and snippets.

@Isopach
Last active March 9, 2019 23:16
Show Gist options
  • Save Isopach/2bb83155b4b463bb7f0978bc7d527c57 to your computer and use it in GitHub Desktop.
Save Isopach/2bb83155b4b463bb7f0978bc7d527c57 to your computer and use it in GitHub Desktop.
League of Legends Appear Offline (JP)
#!/bin/bash
netsh advfirewall firewall add rule name="lolchat" dir=out remoteip=172.65.195.211 protocol=TCP action=block
@Isopach
Copy link
Author

Isopach commented Mar 9, 2019

To remove:
netsh advfirewall firewall delete rule name="lolchat"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment