mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
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:
parent
8956a3dbea
commit
ae8076330c
@ -24,7 +24,6 @@ systemctl enable ufw && systemctl start ufw
|
|||||||
ufw enable
|
ufw enable
|
||||||
ufw reject 113
|
ufw reject 113
|
||||||
ufw allow 631
|
ufw allow 631
|
||||||
ufw allow 5060
|
|
||||||
ufw allow 5353/udp
|
ufw allow 5353/udp
|
||||||
ufw allow 17500/tcp
|
ufw allow 17500/tcp
|
||||||
ufw allow 60000:61000/udp
|
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
|
to timeout. If you run shell server (for IRC purpouses) you should allow
|
||||||
this instead.
|
this instead.
|
||||||
* 631/cups — Allow access to cups for printer sharing
|
* 631/cups — Allow access to cups for printer sharing
|
||||||
* 5060/sip — VoIP, in this case Linphone
|
|
||||||
* 5353/mdns/Avahi — used for `.local` addresses
|
* 5353/mdns/Avahi — used for `.local` addresses
|
||||||
* 17500/Dropbox — which I use everywhere
|
* 17500/Dropbox — which I use everywhere
|
||||||
* 60000:61000/mosh — I feel this is the most insecure part of this setup
|
* 60000:61000/mosh — I feel this is the most insecure part of this setup
|
||||||
|
Loading…
Reference in New Issue
Block a user