go wide open

This commit is contained in:
TheWanderingCrow 2025-10-18 22:14:22 -04:00
parent 4e4489aa20
commit 13b1ea31ed

View file

@ -1,9 +1,9 @@
{inputs, ...}: {
services.caddy = {
enable = true;
#@block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges 72.213.172.231
#abort @block
virtualHosts."chat.wanderingcrow.net".extraConfig = ''
@block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges 72.213.172.231
abort @block
reverse_proxy http://192.168.0.72:3000
'';
};