Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I think you have to change the DNS settings on every client/connection then
Can't we setup dns adresses in dhcpd? Yes we can! https://manpages.org/dhcpd/8 (After BOOTP support)
If OP's router is so basic that they can't change DNS server addresses, there are chances they can't disable the builtin dhcp server either. 2 DHCP servers on the same network will not end well.
I think the only way is to manually set DNS servers on each client.
FWIW, my ISP router didn't allow custom DNS, but it allows disabling DHCP altogether.
I just run DHCP in pihole too, which works fine.
If you read the link, you will understand that you can decide for every network interface a personnalize DNS. Not simply a DNS to the whole network, or by machine. Also, 99.99% sure that any modem router box combo can disable the DHCP and act as a bridge.
Note: the question I wrote was a guenuine one, and not sarcasm.
Pihole + bind for lookups. Doesn't matter what your ISP provided device uses if you are overriding it. That, and use DNS over TLS/HTTPS and you should be good.
Setting up a router behind your ISP equipment might end up breaking stuff due to double NAT, but may still work for you if you are just surfing the web. At least you can control your ACLs.