Ip forwarding: enable also ipv6

This commit is contained in:
Filippo Berto 2025-08-16 10:37:38 +02:00
parent 3fcf18c4ab
commit 8c7d2dd6cb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,5 +1,6 @@
{
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = true;
"net.ipv6.conf.all.forwarding" = true;
};
}