fixed forwarding
This commit is contained in:
@@ -11,18 +11,28 @@
|
|||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
name: OpenSSH
|
name: OpenSSH
|
||||||
|
route: true
|
||||||
|
|
||||||
- name: UFW - Allow HTTP connections
|
- name: UFW - Allow HTTP connections
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: "80"
|
port: "80"
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
route: true
|
||||||
|
|
||||||
- name: UFW - Allow HTTPS connections
|
- name: UFW - Allow HTTPS connections
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: "443"
|
port: "443"
|
||||||
proto: tcp
|
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
|
- name: UFW - Enable and deny by default
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
|
|||||||
Reference in New Issue
Block a user