Ip forwarding

This commit is contained in:
Filippo Berto 2025-03-17 21:25:28 +01:00
parent b1f4ef7ce3
commit 1e61d451f4
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = true;
};
}