Add internal VPN interface to trusted interfaces

master
Sven Slootweg 6 years ago
parent ba576f94b3
commit 3f7be3fe1e

@ -36,11 +36,15 @@ networkConfiguration:
prefixLength = 24;
}];
networking.firewall.allowedTCPPorts = [
655
];
networking.firewall.allowedUDPPorts = [
655
];
networking.firewall = {
allowedTCPPorts = [
655
];
allowedUDPPorts = [
655
];
trustedInterfaces = [
"tinc.cryto"
];
};
}

Loading…
Cancel
Save