ggsava / block-this

Block This - FREE DNS based Ad Blocker for Android
https://block-this.com
GNU General Public License v3.0
374 stars 63 forks source link

Reasoning behind adding multiple addresses #17

Closed atlantis0 closed 7 years ago

atlantis0 commented 7 years ago

Greetings,

What's the reason behind these lines? Wouldn't the first one work?

.addAddress("10.0.2.15", 24) .addAddress("10.0.2.16", 24) .addAddress("10.0.2.17", 24) .addAddress("10.0.2.18", 24)

ggsava commented 7 years ago

Good question. I thought it should work with just one too, but some users experienced difficulties.. adding multiple addresses fixed it for them, but to be honest I'm not sure why or how..

One day I will get back to it and revise why it happens and what the correct settings are, I just used this as a quick fix as it worked right away.

atlantis0 commented 7 years ago

Okay. Thank you sir.