e7be0f64f4
Inventorie-Einträge gelöscht ... durch Traefik ersetzt
13 lines
231 B
YAML
13 lines
231 B
YAML
---
|
|
### oefenweb.ufw
|
|
ufw_rules:
|
|
- rule: allow
|
|
to_port: 22
|
|
protocol: tcp
|
|
comment: 'ssh'
|
|
- rule: allow
|
|
to_port: 443
|
|
comment: 'https'
|
|
- rule: allow
|
|
to_port: 80
|
|
comment: 'http'
|