Add openport
This commit is contained in:
parent
d347df3d8e
commit
a4d7942848
41
scripts/openport.sh
Executable file
41
scripts/openport.sh
Executable file
@ -0,0 +1,41 @@
|
||||
#http
|
||||
/home/mathieu/bin/openPortUpnp 80 TCP
|
||||
sleep 2
|
||||
|
||||
#ssh
|
||||
/home/mathieu/bin/openPortUpnp 22 TCP
|
||||
sleep 2
|
||||
|
||||
#https
|
||||
/home/mathieu/bin/openPortUpnp 443 TCP
|
||||
sleep 2
|
||||
|
||||
#pop3-ssl
|
||||
/home/mathieu/bin/openPortUpnp 995 TCP
|
||||
sleep 2
|
||||
|
||||
#smtp
|
||||
/home/mathieu/bin/openPortUpnp 25 TCP
|
||||
sleep 2
|
||||
|
||||
#smtp ssl
|
||||
/home/mathieu/bin/openPortUpnp 465 TCP
|
||||
sleep 2
|
||||
|
||||
#imap-ssl
|
||||
/home/mathieu/bin/openPortUpnp 993 TCP
|
||||
sleep 2
|
||||
|
||||
#subsonic
|
||||
/home/mathieu/bin/openPortUpnp 4040 TCP
|
||||
sleep 2
|
||||
|
||||
#Git
|
||||
/home/mathieu/bin/openPortUpnp 9418 TCP
|
||||
sleep 2
|
||||
|
||||
#rTorrent
|
||||
/home/mathieu/bin/openPortUpnp 49164 TCP
|
||||
sleep 2
|
||||
/home/mathieu/bin/openPortUpnp 49164 UDP
|
||||
sleep 2
|
Loading…
Reference in New Issue
Block a user