|
|
|
@ -13,6 +13,12 @@ modparam("htable", "htable", "rate_limits=>initval=-1;autoexpire=60") # init |
|
|
|
|
|
|
|
route[DOS_PREVENTION] { |
|
|
|
|
|
|
|
# If packet came from platform or from 4 class MERA, do not check it |
|
|
|
if (isflagset(FLAG_INTERNALLY_SOURCED) || isflagset(FLAG_TRUSTED_SOURCE) ) { |
|
|
|
xlog("L_DEBUG", "$ci |RL| Trusted source IP($si) ignoring"); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
# Initially we do not want to get data |
|
|
|
$var(with-realm-request) = "false"; |
|
|
|
$var(with-realm-total) = "false"; |
|
|
|
|