1
0
Fork 0

Open vpn firewall

This commit is contained in:
Malte Brandy 2018-07-27 15:34:42 +02:00
parent 46637ca94d
commit 4d78fba02c

View file

@ -32,6 +32,7 @@ networking = {
ipv6.addresses = [{ address = config.m-0.hosts.hera-intern; prefixLength = 112; }];
};
nameservers = [ "213.136.95.10" "2a02:c207::1:53" "2a02:c207::2:53" ];
firewall.allowedUDPPorts = [ wireguard.port ];
wireguard.interfaces = {
m0wire = {
ips = [ "${hosts.hera-wg}/96" ];