allow 443 on udp
This commit is contained in:
parent
73ee45ea87
commit
8e75a516e8
1 changed files with 9 additions and 4 deletions
|
|
@ -35,10 +35,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [
|
||||
443
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue