previous blocking everything.
git-svn-id: file:///svn/unbound/trunk@5015
be551aaa-1e26-0410-a405-
d3ace91eadb9
/* See if we are passed through with slip factor */
if(worker->env.cfg->ip_ratelimit_factor != 0 &&
ub_random_max(worker->env.rnd,
- worker->env.cfg->ip_ratelimit_factor) == 1) {
+ worker->env.cfg->ip_ratelimit_factor) == 0) {
char addrbuf[128];
addr_to_str(&repinfo->addr, repinfo->addrlen,
10 December 2018: Wouter
- Fix config parser memory leaks.
+ - ip-ratelimit-factor of 1 allows all traffic through, instead of the
+ previous blocking everything.
6 December 2018: Wouter
- Fix dns64 allocation in wrong region for returned internal queries.