fixed forwarding

This commit is contained in:
bee
2026-04-27 17:31:03 +02:00
parent 4058d2b108
commit 645c0389fb
+10
View File
@@ -11,18 +11,28 @@
community.general.ufw:
rule: allow
name: OpenSSH
route: true
- name: UFW - Allow HTTP connections
community.general.ufw:
rule: allow
port: "80"
proto: tcp
route: true
- name: UFW - Allow HTTPS connections
community.general.ufw:
rule: allow
port: "443"
proto: tcp
route: true
- name: UFW - Allow gitbee ssh
community.general.ufw:
rule: allow
port: "2222"
proto: tcp
route: true
- name: UFW - Enable and deny by default
community.general.ufw: