Add internal VPN interface to trusted interfaces

master
Sven Slootweg 6 years ago
parent ba576f94b3
commit 3f7be3fe1e

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

Loading…
Cancel
Save