mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
go wide open
This commit is contained in:
parent
4e4489aa20
commit
13b1ea31ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue