Trouble setting up Unbound

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-pi-hole

    Pi-hole in a docker container

  • # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services:  pihole:    image: pihole/pihole:latest    privileged: true    ports:      - "53:53/tcp"      - "53:53/udp"      - "67:67/udp"      - "80:80/tcp"    dns:      - '127.0.0.1'      - '1.1.1.1'    environment:      - 'TZ=America/New_York'      - 'WEBPASSWORD=PASSWORD HERE'      - 'PIHOLE_DNS_=192.168.1.1#5053;192.168.1.1#5053'    # Volumes store your data between container upgrades    volumes:      - './etc-pihole/:/etc/pihole/'      - './etc-dnsmasq.d/:/etc/dnsmasq.d/'    # Recommended but not required (DHCP needs NET_ADMIN)    #   https://github.com/pi-hole/docker-pi-hole#note-on-capabilities    cap_add:      - NET_ADMIN    restart: unless-stopped  unbound:    image: klutchell/unbound    ports:      - '5053:5053/udp'

  • docs

    The official Pi-hole documentation (by pi-hole)

  • # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services:  pihole:    image: pihole/pihole:latest    privileged: true    ports:      - "53:53/tcp"      - "53:53/udp"      - "67:67/udp"      - "80:80/tcp"    dns:      - '127.0.0.1'      - '1.1.1.1'    environment:      - 'TZ=America/New_York'      - 'WEBPASSWORD=PASSWORD HERE'      - 'PIHOLE_DNS_=192.168.1.1#5053;192.168.1.1#5053'    # Volumes store your data between container upgrades    volumes:      - './etc-pihole/:/etc/pihole/'      - './etc-dnsmasq.d/:/etc/dnsmasq.d/'    # Recommended but not required (DHCP needs NET_ADMIN)    #   https://github.com/pi-hole/docker-pi-hole#note-on-capabilities    cap_add:      - NET_ADMIN    restart: unless-stopped  unbound:    image: klutchell/unbound    ports:      - '5053:5053/udp'

  • 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
  • gravity-sync

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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts