mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
14 lines
253 B
Text
14 lines
253 B
Text
|
|
harden_linux_ufw_rules:
|
||
|
|
- rule: "allow"
|
||
|
|
to_port: "2242"
|
||
|
|
protocol: "tcp"
|
||
|
|
- rule: "allow"
|
||
|
|
to_port: "7000"
|
||
|
|
protocol: "udp"
|
||
|
|
- rule: "allow"
|
||
|
|
to_port: "80"
|
||
|
|
protocol: "tcp"
|
||
|
|
- rule: "allow"
|
||
|
|
to_port: "443"
|
||
|
|
protocol: "tcp"
|