What are the default Pi-hole block lists?

It's handy to know, so here they are: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt To restore Pi-hole to the default blocking lists, just delete all the lists but these six five lists. Note: There used to be a sixth list, which is now dead so you can safely delete it: https://hosts-file.net/ad_servers.txt [...]

By |2020-04-21T07:54:16+02:00March 9th, 2020|Tech Support|2 Comments

Big block-lists for Pi-hole

I used to have huge collection of block-lists for my Pi-hole(s) but I was annoyed about all the false positives, and decided to reset to the default lists that come with it. That way, I had no more issues and it would still block ads. But this also meant tracking [...]

By |2020-04-21T08:09:06+02:00March 9th, 2020|Sharing, Tech Support|0 Comments

How to uninstall GitLab

You might want to uninstall GitLab completely and all its data and I'll show you how! ******************************************************************* * * * * * * * * * * * STOP AND READ * * * * * * * * * * ******************************************************************* This command will delete *all* local configuration, log, [...]

By |2020-04-08T19:28:51+02:00December 12th, 2019|Tech Support|2 Comments

Properly remove a domain from Certbot

You might have tried to just delete the certificate files or some config files manually, and got into errors? Using Certbot to do the task Certbot includes a command, namely "delete" to remove a domain configuration and certificate files for you, in the correct manner. sudo certbot delete By typing [...]

By |2020-03-21T22:40:16+01:00December 8th, 2019|Tech Support|1 Comment

Minecraft (SpigotMC) Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn't updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! I also added "nogui" at the end of the command as Spigot does now accept and understand it. Like the previous [...]

By |2020-11-12T09:38:18+01:00November 26th, 2019|Tech Support, Wiki|0 Comments
Go to Top