Set up firezone
This commit is contained in:
parent
8d8052c5cc
commit
09b62faa4a
6 changed files with 157 additions and 10 deletions
|
@ -61,6 +61,8 @@ in
|
|||
entrypoints.imap.address = ":993";
|
||||
entrypoints.smtp-submission.address = ":587";
|
||||
entrypoints.smtp-submission-ssl.address = ":465";
|
||||
## Wireguard
|
||||
entrypoints.wireguard.address = ":51820/udp";
|
||||
|
||||
# Logging
|
||||
# -------
|
||||
|
@ -84,5 +86,8 @@ in
|
|||
|
||||
# Set up firewall to allow traefik traffic.
|
||||
config.networking.firewall.allowedTCPPorts = [ 80 443 993 587 465 ];
|
||||
config.networking.firewall.allowedUDPPorts = [ 443 ]; # QUIC
|
||||
config.networking.firewall.allowedUDPPorts = [
|
||||
443 # QUIC
|
||||
51820 # Wireguard
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue