ufw: remove 5060/sip

I didn't ever do what I wanted to do with linphone and WebRTC suits my
purpouses better, as it's just sharing Firefox Hello or appear.in link
it's a lot easier to get people to use it when needed.
This commit is contained in:
Aminda Suomalainen 2015-07-09 16:01:05 +03:00
parent 8956a3dbea
commit ae8076330c
1 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ systemctl enable ufw && systemctl start ufw
ufw enable
ufw reject 113
ufw allow 631
ufw allow 5060
ufw allow 5353/udp
ufw allow 17500/tcp
ufw allow 60000:61000/udp
@ -44,7 +43,6 @@ ufw allow 60000:61000/udp
to timeout. If you run shell server (for IRC purpouses) you should allow
this instead.
* 631/cups — Allow access to cups for printer sharing
* 5060/sip — VoIP, in this case Linphone
* 5353/mdns/Avahi — used for `.local` addresses
* 17500/Dropbox — which I use everywhere
* 60000:61000/mosh — I feel this is the most insecure part of this setup