mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
18 lines
561 B
Plaintext
18 lines
561 B
Plaintext
net.ipv4.tcp_syncookies = 0
|
|
net.ipv4.conf.default.rp_filter = 1
|
|
net.ipv4.conf.all.rp_filter = 1
|
|
net.ipv4.ping_group_range=999 59999
|
|
net.ipv4.conf.all.accept_redirects = 0
|
|
net.ipv4.conf.all.secure_redirects = 1
|
|
net.ipv6.conf.all.accept_redirects = 0
|
|
net.ipv4.conf.all.accept_source_route = 0
|
|
net.ipv6.conf.all.accept_source_route = 0
|
|
net.ipv4.tcp_rfc1337 = 1
|
|
net.ipv6.conf.default.use_tempaddr = 0
|
|
net.ipv6.conf.all.use_tempaddr = 0
|
|
kernel.panic = 120
|
|
fs.protected_hardlinks = 1
|
|
fs.protected_symlinks = 1
|
|
net.ipv4.ip_forward = 1
|
|
net.ipv6.conf.all.forwarding = 1
|