mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 04:31:08 -05:00
enforce defualt net.ipv4.ip_forward
This commit is contained in:
parent
79156262c9
commit
57b5b2145c
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user