From ae8076330c884c1ef8c190af13756538aaad3fec Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Jul 2015 16:01:05 +0300 Subject: [PATCH] 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. --- _posts/2015-06-12-ufw.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2015-06-12-ufw.md b/_posts/2015-06-12-ufw.md index 63e36e3..21e3d8b 100644 --- a/_posts/2015-06-12-ufw.md +++ b/_posts/2015-06-12-ufw.md @@ -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