mirror of
https://github.com/pikami/mail-server.git
synced 2025-02-17 17:55:10 +00: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
|