mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
ufw: add linphone
This commit is contained in:
parent
b0a62feb98
commit
a0b8739eb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user