forked from mirrors_public/oddlama_nix-config
chore: allow certain apps from firezone net
This commit is contained in:
parent
a1f271caf0
commit
3b37b304fd
3 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,9 @@ in
|
|||
client_max_body_size 512M;
|
||||
allow ${globals.net.home-lan.vlans.home.cidrv4};
|
||||
allow ${globals.net.home-lan.vlans.home.cidrv6};
|
||||
# Firezone traffic
|
||||
allow ${globals.net.home-lan.vlans.services.hosts.ward.ipv4};
|
||||
allow ${globals.net.home-lan.vlans.services.hosts.ward.ipv6};
|
||||
deny all;
|
||||
'';
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue