Advertisement
FreeData

Web RTC BLOCK

Oct 1st, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. ::save as a .bat file, run as administrator
  2. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=out action=block protocol=UDP localport=3478
  3. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=out action=block protocol=UDP remoteport=3478
  4. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=in action=block protocol=UDP localport=3478
  5. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=in action=block protocol=UDP remoteport=3478
  6. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=out action=block protocol=UDP localport=19302
  7. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=out action=block protocol=UDP remoteport=19302
  8. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=in action=block protocol=UDP localport=19302
  9. netsh advfirewall firewall add rule name="RULE_TO_STOP_STUN_LEAK" dir=in action=block protocol=UDP remoteport=19302
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement