Skip to content

When i use goodbyedpi, i cannot access local cname records on lan. #788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
SwiftExplorer567 opened this issue May 10, 2025 · 0 comments
Open
1 task done

Comments

@SwiftExplorer567
Copy link

CAPTCHA

  • I understand I could be banned from the repository if I misusing issue section not for posting bugs, but for question or 'broken website' report. / Я понимаю, что меня могут заблокировать в репозитории, если я буду использовать раздел issue не для сообщений об ошибках, а для вопросов или сообщении о «неработающем веб-сайте».

Operating system / операционная система

Win 11 latest update

Running as service / Запуск программы как сервис

I installed it as a service / Установил как сервис Windows

Describe the bug / Опишите ошибку программы

I have pihole + unbound + ngnix on my homeserver and it was working for a year. Suddenly, it stopped accessing local cnames. when i close the goodbyedpi cnames are working but when i enable the dpi its not.

Additional information / Дополнительная информация

my pi hole setup:

networks:
dns_net:
driver: bridge
ipam:
config:
- subnet: 172.23.0.0/16
proxy:
external: true

services:
pihole:
container_name: pihole
hostname: pihole
image: pihole/pihole:latest
networks:
dns_net:
ipv4_address: 172.23.0.7
proxy:
ports:
- "53:53/tcp"
- "53:53/udp"
- "85:80/tcp"
environment:
TZ: 'Europe/Istanbul'
WEBPASSWORD: '************'
PIHOLE_DNS_: '172.23.0.8#5053' # Ensure this is pointing to Unbound
FTLCONF_LOCAL_IPV4: '192.168.31.179'
volumes:
- '/home/ubuntu/docker/pihole/etc-pihole/:/etc/pihole/'
- '/home/ubuntu/docker/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/'
restart: unless-stopped

unbound:
container_name: unbound
image: mvance/unbound-rpi:latest
networks:
dns_net:
ipv4_address: 172.23.0.8
volumes:
- /home/ubuntu/docker/unbound:/opt/unbound/etc/unbound
ports:
- "5053:53/tcp" # Unbound DNS port
- "5053:53/udp"
healthcheck:
test: ["NONE"]
restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant