Shell DNS

Open-source Shell projects categorized as DNS

Top 23 Shell DNS 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

  • docker-pi-hole

    Pi-hole in a docker container

  • Project mention: Problem - Pi-Hole not getting many DNS requests | /r/pihole | 2023-07-10

    Yesterday I deployed the official pi hole docker container on my raspberry pi 3 and set a custom DNS address on my phone addressing to the pi.

  • 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.

    InfluxDB logo
  • awesome-hacker-search-engines

    A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more

  • reconftw

    reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities

  • Project mention: Automated recognition frameworks? | /r/bugbounty | 2023-06-23
  • blokada

    The official repo for Blokada apps.

  • Project mention: Official Minecraft wiki editors so furious at Fandom's 'degraded' functionality and popups they're overwhelmingly voting to leave the site | /r/Games | 2023-07-11
  • gravity-sync

    💫 The easy way to synchronize the DNS configuration of two Pi-hole 5.x instances.

  • Project mention: Setting up a secondary Pi-Hole on my home network | news.ycombinator.com | 2024-02-06
  • Maza ad blocking

    Local ad blocker. Like Pi-hole but local and using your operating system.

  • 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.

    WorkOS logo
  • hblock

    Improve your security and privacy by blocking ads, tracking and malware domains.

  • Project mention: This is a new kind of scammer | /r/india | 2023-06-03

    I'm talking something like hblock (https://hblock.molinero.dev/) which is for host blocking malceous+ other websites. Imagine blocking every single address manually. To get a picture how impossible it be here is the sample hosts file (https://hblock.molinero.dev/hosts) just do line count and you will understand.

  • cloudflare-ddns-updater

    Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP! Written in pure BASH~

  • dnscrypt-server-docker

    A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver

  • Project mention: self hosted dns to "override" ips on local requests to local ip addresses | /r/selfhosted | 2023-11-14

    Link: https://github.com/DNSCrypt/dnscrypt-server-docker

  • Linux-Optimizer

    Linux Optimizer

  • Project mention: A Linux Optimizer Script | news.ycombinator.com | 2024-03-04
  • 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.

  • tor-router

    A tool that allows you to make TOR your default gateway and send all internet connections under TOR (as transparent proxy) to increase privacy/anonymity without extra unnecessary code.

  • docker-pdns

    Docker images for PowerDNS

  • devdns

    Automagic Docker DNS for local development

  • spf-tools

    Shell scripts for taming the SPF (Sender Policy Framework) records in order to fight 10-maximum-DNS-look-ups limit.

  • black-mirror

    Blacklists and whitelists built by open code, so you know what goes into them.

  • unbound-docker-rpi

    Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.

  • unbound-config

    fragmented configuration files for unbound recursive dns resolver

  • Dnsrr

    DNSrr is a tool written in bash, used to enumerate all the juicy stuff from DNS.

  • docker-bind

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

  • smashblock

    📡 🛡️A self-updating extensive blocklist filter for AdGaurd. Be sure to 🌟 this repository for updates!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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 related posts

Index

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

Project Stars
1 Pi-hole 46,711
2 docker-pi-hole 7,786
3 awesome-hacker-search-engines 6,641
4 reconftw 5,219
5 blokada 3,008
6 gravity-sync 2,125
7 Maza ad blocking 1,749
8 hblock 1,458
9 cloudflare-ddns-updater 1,107
10 dnscrypt-server-docker 647
11 Linux-Optimizer 515
12 unbound-docker 507
13 dnsleaktest 375
14 tor-router 267
15 docker-pdns 233
16 devdns 181
17 spf-tools 174
18 black-mirror 173
19 unbound-docker-rpi 134
20 unbound-config 126
21 Dnsrr 115
22 docker-bind 90
23 smashblock 66
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com