Created
November 6, 2024 13:54
-
-
Save sorki/27d3fe587004f95d11f1295db8d2d3e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boot.kernel.sysctl = { | |
"net.ipv4.conf.all.forwarding" = true; | |
"net.ipv6.conf.all.forwarding" = true; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment