linux relax icmp ratelimit
This commit is contained in:
parent
969f9af83f
commit
0d35bc2e6c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'sysctl': {},
|
'sysctl': {
|
||||||
|
'net.ipv4.icmp_ratelimit': '100',
|
||||||
|
},
|
||||||
'modules-load': set(),
|
'modules-load': set(),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue