If you use tools like Watchtower to be notified about image updates - this will not work with Unbound here since we re-build it to create a self-contained, stateless image. It is possible to use the image mvance/unbound directly in the docker-compose and mount the configuration files to ...
Docker容器中的Pihole和Unbound是两个常用的网络服务应用程序,用于网络广告屏蔽和DNS解析。 Pihole(广告屏蔽): 概念:Pihole是一个开源的网络广告屏蔽工具,通过拦截广告域名的DNS请求来实现广告过滤,从而提供更干净的网络浏览体验。 分类:Pihole属于网络安全和广告过滤领域。
某一天,我在使用 docker 的时候遇到个奇怪的问题,在容器里面发起 https 请求报了个错。 经过测试发现...
docker-compose.yaml Update docker-compose.yaml Feb 24, 2023 Repository files navigation README Pi-Hole + Unbound configured with DoT to cloudflare Description This Docker deployment runs both Pi-Hole and Unbound in a single container. The base image for the container is the official Pi-Hole cont...
Ultimate WireGuard Docker Compose: with CF and Traefik Support AdGuard Home Features There's a pretty good (albeit rather biased) rundown of features on theproject's own GitHub page. It compares itself directly to Pi-Hole, and while I'll say it isn't exactly making false claims, some of...
它使用Docker将Pi-hole与NAS隔离。 它还使用虚拟网络(macvlan)为Pi-hole实例分配静态IP地址,以防止任何端口冲突。 目前,该脚本仅支持IPv4。 建于 该项目使用以下核心软件组件: Docker-容器平台(包括Compose) Pi漏洞-DNS漏洞以阻止不需要的内容 先决条件 Synology-pihole在具有DSM 6的Synology NAS上运行。该脚本已通...
WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities thanks to Pi-hole, and DNS caching, additional privacy ...
WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities thanks to Pi-hol
某一天,我在使用 docker 的时候遇到个奇怪的问题,在容器里面发起 https 请求报了个错。 经过测试发现...
If you want to use antoher DNS provider (e.g. Google or Quad9) You'll need to change this in unbound.conf Example docker-compose file: version: "3" services: pihole: container_name: pihole image: pihole/pihole:latest network_mode: host environment: TZ: '<YOUR TIMEZONE HERE>' WEB...