enforce defualt net.ipv4.ip_forward

This commit is contained in:
Raja Grewal 2022-07-13 04:30:43 +10:00
parent 79156262c9
commit 57b5b2145c
No known key found for this signature in database
GPG Key ID: E34A5801947020A5

View File

@ -108,6 +108,9 @@ net.ipv6.conf.default.accept_source_route=0
net.ipv4.conf.default.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