mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: add 443 UDP to firewall for QUIC
This commit is contained in:
parent
e580cd5885
commit
ad158b2814
2 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,9 @@ in
|
|||
80
|
||||
443
|
||||
];
|
||||
firewallRuleForAll.allowedUDPPorts = [
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
# This node shall monitor the infrastructure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue