Docker Containers Pihole, Unbound Running Through NordVPN?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nordvpn

    NordVpn Docker Client

  • version: "3.7" services: pihole: image: pihole/pihole depends_on: - unbound - vpn # ports: # - 446:443 # - 8008:80 # - 192.168.0.20:53 # - 192.168.0.20:53/udp # - 192.168.0.20:67/udp cap_add: - NET_ADMIN container_name: pihole # dns: # - 127.0.0.1 environment: - ServerIP=192.168.0.20 - TZ=America/Chicago - WEBPASSWORD=${WEBPASSWORD} - DNSMASQ_LISTENING=all restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - /.config/appdata/pihole/dnsmasq.d:/etc/dnsmasq.d - /.config/appdata/pihole/pihole:/etc/pihole - /home/user/storage:/storage network_mode: service:vpn unbound: image: mvance/unbound:latest ports: - "5055:53/tcp" - "5055:53/udp" container_name: unbound depends_on: - vpn environment: restart: unless-stopped volumes: - /.config/appdata/unbound/:/opt/unbound/etc/unbound/ network_mode: service:vpn vpn: image: ghcr.io/bubuntux/nordvpn container_name: nordvpn cap_add: - NET_ADMIN # Required environment: # Review https://github.com/bubuntux/nordvpn#environment-variables - USER=${NORDUSER} # Required - "PASS=${NORDPASS}" # Required - CONNECT=United_States - TECHNOLOGY=NordLynx - 192.168.0.0/24 # So it can be accessed within the local network ports: - 192.168.0.20:53 - 192.168.0.20:53/udp - 192.168.0.20:67/udp - 446:443 - 8008:80 - 5055:53/tcp - 5055:53/udp restart: unless-stopped

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

  • [Nord Vpn] Après la mise à jour: /run/nordvpn/nordvpnd.sock introuvable

    1 project | /r/enfrancais | 24 Apr 2023
  • Nordlynx, qbittorrent, sonarr, radarr, jellyfin, and jellyseer

    1 project | /r/docker | 22 Apr 2023
  • NordLynx with docker for torrenting | Transmission and QbitTorrent

    4 projects | /r/nordvpn | 27 Mar 2023
  • KASM with VPN?

    1 project | /r/kasmweb | 2 Apr 2023
  • Docker Image - Invalid Username or Password Bug

    2 projects | /r/nordvpn | 1 Dec 2022