It should be named "whitelist", no .txt...
Ah, nice that worked!
Can you also tell me how to add websites?
atm it's like this, but it seems not to work..
HTML:
www.xysite.com
www.yzsite.com
It should be named "whitelist", no .txt...
www.xysite.com
www.yzsite.com
Ah, nice that worked!
Can you also tell me how to add websites?
atm it's like this, but it seems not to work..
HTML:www.xysite.com www.yzsite.com
0.0.0.0 www.xysite.com
Can you post the link to your post on that thread for others to see too? There's some changes on the module template in 13.5 I haven't looked at yet, thanks!Module makes new beta 13.5 lose root. I can reproduce over and over. I can install all modules and when install this and reboot there is not root. Also, even if I use adblock I lose root, so it may be related to new beta, not entirely sure. U can find my logs and posts in the magisk beta thread on second to last page. Running DU, Flash kernel. Thanks.
https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589/post73397845Can you post the link to your post on that thread for others to see too? There's some changes on the module template in 13.5 I haven't looked at yet, thanks!
https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589/post73399000Can you post the link to your post on that thread for others to see too? There's some changes on the module template in 13.5 I haven't looked at yet, thanks!
I have an issue adding to the whitelist: I create the file, I type in:
0.0.0.0 www.ad.fly
0.0.0.0 www.bit.ly
and everything downloads correctly from the terminal. I use the "su -c hosts m w" command. But I still can't open any links from those ad sites again. Also, what does "regex" and "wildcard" mean in the context of whitelist. I can't understand anything from online results.
0.0.0.0 bit.ly
Is it safe to install with latest beta 13.6?@yung40oz84
Hey everyone, current beta 13.5 has issues with systemless hosts so stay on 13.3 stable for now
Is it safe to install with latest beta 13.6?
Version 2.7 update! Added feature where the if you already have, for example, v2.7 of the module installed and you flash the 2.7 installer again, it'll uninstall instead of install. Thanks to @Didgeridoohan for the idea (I saw your github issue on it)
Your log shows that the hosts file is properly mounted so it "should" work but any issues with systemless hosts are from magisk, not this module.
I don't support the beta builds because they're betas and I'd rather not sift through all of the random issues that may pop up (like this one). I've tried the the betas and have had weird stuff like this happen too
0.0.0.0 a d f . ly
0.0.0.0 *a d f . ly
Hey guys I'm having trouble with white list. I created a file named whitelist in /sdcard and wrote this in the file:
And also triedCode:0.0.0.0 a d f . ly
(without the spaces of course).Code:0.0.0.0 *a d f . ly
Tried to apply whitelist and regex, but the sites still blocked. Am I doing something wrong?
.*a d f . l y.*
0.0.0.0. a d f . l y
su
hosts
su -c hosts arg1 arg2 arg3
0.0.0.0 facebook.com
.*facebook.*
google-analytics.com
The unified hosts file combine many sources including AdAway, mvps, malware domains, and more. Check out steve black's page in the op for a full list.How does this differ from AdAway?