mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-14 18:00:54 +07:00
enforce defualt net.ipv4.ip_forward
This commit is contained in:
@ -108,6 +108,9 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user