mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 07:10:50 +00:00
Always block ad test address
This commit is contained in:
parent
1321e47b3b
commit
2080d9f43e
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
|
|||
Log.i(TAG, "Invalid hosts file line: " + line);
|
||||
}
|
||||
}
|
||||
mapHostsBlocked.put("test.netguard.me", true);
|
||||
Log.i(TAG, count + " hosts read");
|
||||
} catch (IOException ex) {
|
||||
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
|
||||
|
|
Loading…
Reference in a new issue