Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
(still looking for a good youtube alternative (if you look at the queries in the picture...))
-
Great project!
May I ask why you recreate your whole thing from scratch instead of sending a pull request to pihole? -
Condor324966yWouldn't it make more sense to override the system DNS in /etc/resolv.conf (or configure whatever is managing that file) instead? Like your application could be using your favorite DNS (out of curiosity, which external DNS do you use? And what are your thoughts on Cloudflare's 1.0.0.1?) but when everything else in the system that's likely built to be just a local DNS server.. but if the rest of the system still uses Google DNS or ISP DNS or whatever, isn't it rather incomplete?
-
C0D4681386y@linuxxx I do enjoy it when people make use of the cli colouring in php 😂
Actually it’s a pretty good idea, if this can be ported to a web frontend for visual details and stats.. on top, maybe drop a db in for dns recording so you can do historical stats awell. Oh this could go so far 😎
Nice work.
Oh and Fix your .ini file 😂 -
@C0D4 Both those things are already in place ;)
And no clue as for the error, the syntax is actually correct, I've had this on multiple computers without a good reason 😅 -
@Jilano I often use hooktube! But it's not a proxy, just another frontend.
I block everything with the word Google and this makes it hard to watch YouTube videos 😬 -
@Jilano For me it's all about music and following latest releases, that's all I do on YouTube and loads of content is only on YouTube :/
-
mundo0349796yI though pihole is based on a list of domains just as any adblocker, that list is in a repo... Can't you just add more lists to pihole?
Related Rants
Started working on a pihole alternative a while ago.
I like pihole a lot but one of the features I am missing is to be able to define a list of mass surveillance related domains (Snowden leaks; PRISM program and such) and show statistics based on dns queries containing blacklisted domains, prases/words and surveillance-related domains/words (google/facebook/microsoft/apple etc).
Started working on one based on an existing (php based) dns server which is open source and slowly but surely developed something which worked.
Then, I found out that the php resolving function (dns resolving) uses the system default, which can, of course, be google's dns as well. Changing this would be ideal but while the documentation suggested that it could be done some way, it didn't work for me so I chose a library which can do it with specific dns servers (to use as external dns servers).
This library used a different way of showing the retrieved dns query results and really wasn't in for converting everything by hand so i kinda quit the project a while ago.
A few days ago I thought fuck it and started again.
Now have a working version based on the new dns resolving library and made some other good improvements.
For those who are wondering why I chose PHP for this: why the fuck not?
Happy happy happy.
rant
php
fuck mass surveillance
fuck microsoft
fuck google
dns server
yes i love php
fuck facebook
dns