mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
stop forwarding the API service outside the network
This commit is contained in:
parent
0dca40c8e7
commit
436202842c
1 changed files with 5 additions and 5 deletions
|
|
@ -44,11 +44,11 @@ in
|
|||
"budget.wanderingcrow.net".extraConfig = ''
|
||||
reverse_proxy http://10.88.0.12
|
||||
'';
|
||||
"api.budget.wanderingcrow.net".extraConfig = ''
|
||||
@block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges
|
||||
abort @block
|
||||
reverse_proxy http://10.88.0.13:5007
|
||||
'';
|
||||
#"api.budget.wanderingcrow.net".extraConfig = ''
|
||||
# @block not remote_ip ${inputs.nix-secrets.network.primary.publicIP} private_ranges
|
||||
# abort @block
|
||||
# reverse_proxy http://10.88.0.13:5007
|
||||
#'';
|
||||
};
|
||||
};
|
||||
virtualisation.oci-containers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue