homeserver/group_vars/dns.yml
2020-12-25 08:41:06 +01:00

20 lines
374 B
YAML

---
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
- rule: allow
to_port: 80
comment: 'pihole-webgui'
- rule: allow
to_port: 53
comment: 'pihole-dns'
- rule: allow
to_port: 67
comment: 'pihole-dhcp'
- rule: allow
to_port: 68
comment: 'pihole-dhcp'