Revert "enforce defualt net.ipv4.ip_forward"

This reverts commit 57b5b2145c4e6779f0b879ee4199d46938f20965.
This commit is contained in:
Raja Grewal 2022-07-13 21:10:39 +10:00
parent a47922ad28
commit 4e93b4d37e
No known key found for this signature in database
GPG Key ID: E34A5801947020A5

View File

@ -108,9 +108,6 @@ net.ipv6.conf.default.accept_source_route=0
net.ipv4.conf.default.rp_filter=1 net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1 net.ipv4.conf.all.rp_filter=1
## Disables IP forwarding (we are not a router!)
net.ipv4.ip_forward=0
#### meta end #### meta end