Skip to content

Commit

Permalink
Change DNS from OpenDNS to Cloudflare and Google
Browse files Browse the repository at this point in the history
  • Loading branch information
dszymczuk authored and simonwep committed Dec 18, 2024
1 parent 7afff73 commit 6e1a897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
environment:
TZ: "Europe/Berlin"
WEBPASSWORD: "password"
DNS1: 208.67.222.222 # OpenDNS
DNS2: 208.67.220.220
DNS1: 1.1.1.1 # Cloudflare
DNS2: 8.8.8.8 # Google
ServerIP: 172.20.0.2
volumes:
- ./pihole/pihole:/etc/pihole
Expand Down

0 comments on commit 6e1a897

Please sign in to comment.