Philip Thompson
Philip Thompson
Use valid round robin syntax for specifying IP addresses
Currently https://github.com/Crypt0s/FakeDns/blob/2123879d7e361c7198b486c684882d5e96fe6edd/dns.conf.example#L5 has a space between `1.1.1.1` and `2.2.2.2`. This should be a `,`. While experimenting locally with the python script, I found that issuing a request with nslookup for...
Currently when wait_for_compactions is true, we block until pending compactions hit zero. However, very frequently all compactions will finish, but C\* still calculated >0 pending compactions. What this means is...
## What does this PR do? - [ ] Adds new functionality - [ ] Alters existing functionality - [ ] Fixes a bug - [ ] Improves documentation or...