Questions tagged [pihole]

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application

37 questions
0
votes
0 answers

Binding a port to a specific network in Docker Compose

I run pihole on my RPi behind nginx reverse proxy, along with several other proxied containers. I want to: map the port 80 of the pihole container to an internal-only network (that nginx proxies to public port 80) map the port 53 (DNS) to the…
zzen
  • 1,259
  • 10
  • 13
0
votes
1 answer

Pi-hole + Unbound (native. install) on Macvlan: How to configure Unbound to use the macvlan interface?

My Setup/Goal: I'm running a specific version of Debian 10 on my rpi 4b and have nextcloudpi installed on top. This results in the need for another (virtual) interface because nextcloudpi runs on apache2, port 80 (as well as pi-hole). I could have…
blowbuh
  • 37
  • 6
0
votes
1 answer

Using Python 3.9 and Django 3.1.3 server crashes when re-launched

this is my first question at Stack overflow. I have been learning Python for about a month and Django for two weeks. I tried to run a second server on my MacBook Pro and then had these problems.(the error messages from my terminal below) The second…
stacker
  • 1
  • 4
0
votes
1 answer

black.list file does not contain all entries (pi-hole)

in my pi-hole there are around 50 manual entries in my blacklist shown on the webpage of the pi-hole. But when I do cat /etc/pihole/black.list there are only the first 6 entries which are shown. What would be the correct way to export or cat the…
knoere
  • 1
-1
votes
1 answer

nginx listen on private ip instead of 0.0.0.0 with multiple sites

I've recently setup a pihole on a pi I had lying around and it's great. When a domain is blocked it's returning ip address 0.0.0.0 as per its default config of BLOCKINGMODE=NULL. The problem I'm facing is that when I'm browsing the web from my…
mrplow
  • 41
  • 6
-1
votes
1 answer

I can't access to docker container directly from his ip

So here is my problem: I have a server with debian 10 that runs docker In the docker containers i run pihole When i run the pihole container, docker set his ip to 172.17.0.2 Docker itself create a network interface called: docker0 and his ip is…
-2
votes
1 answer

Use PiHole for Guest Network on OpenWRT router

I followed this tutorial to create a guest wifi, which is working great. My PiHole is filtering out ads on my main wifi at 192.168.1.1. However, if I add 6,192.168.1.2 (which is my PiHole's static address) as the DHCP Option to the guest interface's…
jrn
  • 2,640
  • 4
  • 29
  • 51
1 2
3