mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
13 lines
253 B
Text
13 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"
|