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
|
@ -250,6 +250,9 @@ in
|
|||
send_timeout 600s;
|
||||
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;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue