mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-26 14:29:24 +01:00
_posts/ufw: 9091 only for static hosts
This commit is contained in:
parent
d96880c1c0
commit
75b56cfde8
@ -48,7 +48,8 @@ ufw allow 60000:61000/udp
|
|||||||
* 5353 UDP/mdns/Avahi — used for `.local` addresses and probably not needed
|
* 5353 UDP/mdns/Avahi — used for `.local` addresses and probably not needed
|
||||||
outside local network
|
outside local network
|
||||||
* 9091 TCP/transmission web interface — also something I want to access
|
* 9091 TCP/transmission web interface — also something I want to access
|
||||||
from LAN. This seems risky too.
|
from LAN. This seems risky too, but risks can be limited by only
|
||||||
|
using this rule with static hosts.
|
||||||
* Transmission file transfer uses TCP. Default port: 51413.
|
* Transmission file transfer uses TCP. Default port: 51413.
|
||||||
* 17500 TCP/Dropbox LAN sync — which I use with desktops
|
* 17500 TCP/Dropbox LAN sync — which I use with desktops
|
||||||
* 60000:61000 UDP/mosh — I feel this is the most insecure part of this
|
* 60000:61000 UDP/mosh — I feel this is the most insecure part of this
|
||||||
|
Loading…
Reference in New Issue
Block a user