mirror of
https://github.com/pikami/mail-server.git
synced 2025-06-04 21:50:04 +01:00
10 lines
163 B
YAML
10 lines
163 B
YAML
---
|
|
firewall_interfaces:
|
|
- name: vio0
|
|
allowed_tcp:
|
|
- 22 # SSH
|
|
- 80 # HTTP
|
|
- 443 # HTTPS
|
|
allowed_udp:
|
|
- 21841 # Wireguard
|