ufw: add linphone

This commit is contained in:
Aminda Suomalainen 2015-06-28 13:27:20 +03:00
parent b0a62feb98
commit a0b8739eb0
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ systemctl enable ufw && systemctl start ufw
ufw enable
ufw allow 113
ufw allow 631
ufw allow 5060
ufw allow 5353/udp
ufw allow 17500/tcp
ufw allow 60000:61000/udp
@ -41,6 +42,7 @@ ufw allow 60000:61000/udp
* 113/ident — Allow identd to be reached, probably all my hosts run it for
IRC.
* 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