mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add firezone gateway and allow trafic
This commit is contained in:
parent
3725789765
commit
c4891afe7d
10 changed files with 54 additions and 2 deletions
|
@ -234,8 +234,12 @@ in
|
|||
allow ${globals.net.home-lan.vlans.home.cidrv6};
|
||||
allow ${globals.net.home-lan.vlans.devices.cidrv4};
|
||||
allow ${globals.net.home-lan.vlans.devices.cidrv6};
|
||||
# Self-traffic (needed for media in Voice PE)
|
||||
allow ${globals.net.home-lan.vlans.services.hosts.sausebiene.ipv4};
|
||||
allow ${globals.net.home-lan.vlans.services.hosts.sausebiene.ipv6};
|
||||
# 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