Sauvegarde WAPT

This commit is contained in:
sylvain
2018-11-16 09:30:28 +01:00
parent 6833cf5775
commit bdcf6ee87d
515 changed files with 50348 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=in action=allow protocol=TCP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=in action=allow protocol=UDP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=out action=allow protocol=TCP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=out action=allow protocol=UDP localport=8088