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 = [
|
networking.firewall = {
|
||||||
80
|
allowedUDPPorts = [
|
||||||
443
|
443
|
||||||
];
|
];
|
||||||
|
allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue