mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-12 11:31:09 +01:00
ufw: fix transmission rule
This commit is contained in:
parent
b7562b7686
commit
d29c1b0f63
@ -26,7 +26,7 @@ ufw reject 113/tcp
|
||||
ufw allow from 172.16.0.0/16 to any port 631
|
||||
ufw allow 3544/udp
|
||||
ufw allow from 172.16.0.0/16 to any port 5353 proto udp
|
||||
ufw allow from 173.16.0.0/16 to any port 9091 proto tcp
|
||||
ufw allow from 172.16.0.0/16 to any port 9091 proto tcp
|
||||
ufw allow from 172.16.0.0/16 to any port 17500 proto tcp
|
||||
ufw allow 60000:61000/udp
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user