4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sysctl -a|grep \.rp_filter|gawk '{print $1}' |xargs -I{} sysctl -w {}=0
|