-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportas.cmd
55 lines (48 loc) · 2.45 KB
/
portas.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
netsh advfirewall firewall add rule name="80 TCP" dir=in action=allow protocol=TCP localport=80
cls
netsh advfirewall firewall add rule name="80 UDP" dir=in action=allow protocol=UDP localport=80
cls
netsh advfirewall firewall add rule name="80 TCP" dir=out action=allow protocol=TCP localport=80
cls
netsh advfirewall firewall add rule name="80 UDP" dir=out action=allow protocol=UDP localport=80
cls
netsh advfirewall firewall add rule name="8080 TCP" dir=in action=allow protocol=TCP localport=8080
cls
netsh advfirewall firewall add rule name="8080 UDP" dir=in action=allow protocol=UDP localport=8080
cls
netsh advfirewall firewall add rule name="8080 TCP" dir=out action=allow protocol=TCP localport=8080
cls
netsh advfirewall firewall add rule name="8080 UDP" dir=out action=allow protocol=UDP localport=8080
cls
netsh advfirewall firewall add rule name="443 TCP" dir=in action=allow protocol=TCP localport=443
cls
netsh advfirewall firewall add rule name="443 UDP" dir=in action=allow protocol=UDP localport=443
cls
netsh advfirewall firewall add rule name="443 TCP" dir=out action=allow protocol=TCP localport=443
cls
netsh advfirewall firewall add rule name="443 UDP" dir=out action=allow protocol=UDP localport=443
cls
netsh advfirewall firewall add rule name="5454 TCP" dir=in action=allow protocol=TCP localport=5454
cls
netsh advfirewall firewall add rule name="5454 UDP" dir=in action=allow protocol=UDP localport=5454
cls
netsh advfirewall firewall add rule name="5454 TCP" dir=out action=allow protocol=TCP localport=5454
cls
netsh advfirewall firewall add rule name="5454 UDP" dir=out action=allow protocol=UDP localport=5454
cls
netsh advfirewall firewall add rule name="30120 TCP" dir=in action=allow protocol=TCP localport=30120
cls
netsh advfirewall firewall add rule name="30120 UDP" dir=in action=allow protocol=UDP localport=30120
cls
netsh advfirewall firewall add rule name="30120 TCP" dir=out action=allow protocol=TCP localport=30120
cls
netsh advfirewall firewall add rule name="30120 UDP" dir=out action=allow protocol=UDP localport=30120
cls
netsh advfirewall firewall add rule name="30120 TCP" dir=in action=allow protocol=TCP localport=10823
cls
netsh advfirewall firewall add rule name="30120 UDP" dir=in action=allow protocol=UDP localport=10823
cls
netsh advfirewall firewall add rule name="30120 TCP" dir=out action=allow protocol=TCP localport=10823
cls
netsh advfirewall firewall add rule name="30120 UDP" dir=out action=allow protocol=UDP localport=10823
cls