Added Caddyfile configuration + Searxng job
This commit is contained in:
parent
c4246661ef
commit
255a0e0e61
4 changed files with 52 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ with pkgs.lib;
|
|||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
19720 # Wireguard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue