Shell dns-server

Open-source Shell projects categorized as dns-server

Top 12 Shell dns-server Projects

  • Pi-hole

    A black hole for Internet advertisements

    Project mention: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative | news.ycombinator.com | 2024-03-05

    This is an overreaction, almost to the point of absurdity.

    Risks inherent to pipe installers are well understood by many. Using your logic, we should abandon Homebrew [1] (>38k stars on GitHub), PiHole [2] (>46k stars on GitHub), Chef [3], RVM [4], and countless other open source projects that use one-step automated installers (by piping to bash).

    A more reasonable response would be to coordinate with the developers to update the docs to provide alternative installation methods, rather than throwing the baby out with the bathwater.

    [1] https://brew.sh/

    [2] https://github.com/pi-hole/pi-hole

    [3] https://docs.chef.io/chef_install_script/#run-the-install-sc...

    [4] https://rvm.io/rvm/install

  • hestiacp

    Hestia Control Panel | A lightweight and powerful control panel for the modern web.

    Project mention: Domain names management systems | /r/sysadmin | 2023-05-14

    There's a fork of that too: https://github.com/hestiacp/hestiacp

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • unbound-docker

    Unbound DNS Server Docker Image

    Project mention: No internet access for containers co-hosted with pihole | /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

  • dnsleaktest

    An open source script tests VPN connection for DNS Leak.

  • docker-pdns

    Docker images for PowerDNS

  • docker-bind

    Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]

  • dns-server-setup

    Ansible playbook to easily deploy new, fully configured, DNS servers.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • docker-pihole-unbound

    A supercharged Pi-Hole docker container with Unbound built-in. [Auto Updates 🚀] (by origamiofficial)

    Project mention: Struggling to pull down Pi-Hole + Unbound - 1 Container project, Please help. | /r/pihole | 2023-12-07
  • 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? | /r/pihole | 2023-05-26

    I 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)

  • 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

  • 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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-05.

Shell dns-server related posts

Index

What are some of the best open-source dns-server projects in Shell? This list will help you:

Project Stars
1 Pi-hole 46,478
2 hestiacp 2,973
3 unbound-docker 500
4 dnsleaktest 369
5 docker-pdns 231
6 docker-bind 90
7 dns-server-setup 54
8 docker-pihole-unbound 42
9 pihole-dot-doh 37
10 dnscrypt-proxy-pihole 35
11 Secure-Adblocking-DNS 24
12 Mosdns-on-PaaS 22
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com