SaaSHub helps you find the best software and product alternatives Learn more →
Top 10 Shell dns-server Projects
-
Ads can be targeted but also suppressed (even at the network level like this https://pi-hole.net) Groups and Facebook friends sharing transphobic misinformation would be more difficult to handle.
-
There's a fork of that too: https://github.com/hestiacp/hestiacp
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: No internet access for containers co-hosted with pihole | reddit.com/r/docker | 2023-05-13
version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ networks: dns_net: driver: bridge ipam: config: - subnet: 10.2.0.0/24 services: pihole: depends_on: [unbound] container_name: pihole image: pihole/pihole:latest hostname: pihole networks: dns_net: ipv4_address: 10.2.0.100 ports: - "5335:53/tcp" - "5335:53/udp" - "7000:80/tcp" environment: TZ: ${TZ} WEBPASSWORD: ${PWD} FTLCONF_LOCAL_IPV4: ${HOST_IP} # Set to server's LAN IP, used by web block modes. PIHOLE_DNS_: 10.2.0.200 # Upstream DNS server(s) for Pi-hole to forward queries to, separated by a semicolon DNSMASQ_LISTENING: all # "Listen on all interfaces, permit all origins" # Volumes store your data between container upgrades volumes: - /var/lib/docker/volumes/pihole/etc-pihole:/etc/pihole - /var/lib/docker/volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d healthcheck: disable: true restart: unless-stopped unbound: # https://github.com/MatthewVance/unbound-docker container_name: unbound image: mvance/unbound:latest hostname: unbound networks: dns_net: ipv4_address: 10.2.0.200 ports: - "${HOST_IP}:53:53/udp" - "${HOST_IP}:53:53/tcp" healthcheck: disable: true restart: unless-stopped
-
Project mention: Should i use my vpn provider's native client or use a wireguard/openvpn client instead? | reddit.com/r/VPNTorrents | 2023-01-07
I am currently trying out Guetun in docker with ExpressVPN but am getting possible DNS leaks reported by this test. I ran this test in the docker exec console for my qBittorrent container which is routed through my Gluetun container. This is the output I get after running. I have also tried some other tests like doileak.com torrent IPtest. The reults i get from that say that I have an ipv4 udp leak. How do i know for sure that I'm not leaking my IP? TIA!
-
docker-bind
Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]
Project mention: Bind caching DNS server on Alpine or Debian with wild-card domain support [multi-arch] | reddit.com/r/coolgithubprojects | 2022-12-14 -
Project mention: Waktu Pendaftaran PSE sampai 27 Juli, Kominfo: Kalau Tidak Respons, Akses Diputus Sementara | reddit.com/r/indonesia | 2022-07-22
-
dnscrypt-proxy-pihole
Preconfigured deb package for every Raspberry Pi and Pi-hole to use only best DNSCrypt, DNS-over-HTTPS and No-Log servers
Project mention: I'm facing this issue form past 3 days in Kali linux 2022.3 in VirtualBox, At first I was able to connect to insternet but then I see this error and unable to connect, I reinstall the protonvpn but nothing changed, I even reinstall OS but It's not the issue please help... | reddit.com/r/ProtonVPN | 2022-10-09For the Pi-Hole you'll need a Raspberry Pi (I'd recommend at least a 3B or 3B+, I'm running a 4B). Something like this would probably be the easiest method, but if you do a quick search for "dnscrypt on pi-hole" there should be plenty of other instructions available if this doesn't work out.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
pihole-dot-doh
Official pihole docker both DoT (DNS over TLS) and DoH (DNS over HTTPS). Built for both Raspberry Pi and AMD64.
Project mention: Facebook Messenger doesnt work even with blocking disabled? | reddit.com/r/pihole | 2023-05-26I am running my pihole on unraid server using docker with this container. Before that, I ran pihole on raspberry pi. But it still even then i was unable to get messenger running. Maybe it has to do somethig with my router (opnsesne)
-
Secure-Adblocking-DNS
Secure (DNS-over-TLS) Adblocking (Pi-hole) Recursive (unbound) Server System setup
-
Mosdns-on-PaaS
Deploy DNS over HTTPS service on PaaS platforms (Heroku, Okteto, etc.) | 在 Heroku / Okteto 等免费 PaaS 服务平台上部署 Mosdns
Project mention: Deploy your own DNS over HTTPS server on free services from Heroku / Okteto / etc. | reddit.com/r/dns | 2022-07-16
Shell dns-server related posts
- I've created a simple 2 container Pihole + Unbound Docker Setup for you to use
- Unbound causing dns lookups to fail and connection refused when updating adlist.
- The downfall of smart TVs: From promises of seamless viewing to ad tool on steroids - Adguard
- Need help w/ unbound
- There is a way to create a dns that use oisd?
- When using Unbound can’t connect to any site?
- Nothing but issues with unbound and dont know what to do.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fd8e508a618>
www.saashub.com | 3 Jun 2023
Index
What are some of the best open-source dns-server projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | Pi-hole | 42,494 |
2 | hestiacp | 2,331 |
3 | unbound-docker | 389 |
4 | dnsleaktest | 298 |
5 | docker-bind | 77 |
6 | dns-server-setup | 54 |
7 | dnscrypt-proxy-pihole | 28 |
8 | pihole-dot-doh | 24 |
9 | Secure-Adblocking-DNS | 22 |
10 | Mosdns-on-PaaS | 18 |