mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-25 11:20:12 +01:00
* Tests are passing, hopefully consistently * FTL pulling from official releases * thanks @DL6ER for the musl-libc build * Thanks middleagedman for the IPv6 fixes * Thanks everyone for patience while I get this release working!
11 lines
224 B
Bash
11 lines
224 B
Bash
#!/usr/bin/with-contenv bash
|
|
|
|
# Early DNS Startup for the gravity list process to use
|
|
dnsmasq -7 /etc/dnsmasq.d
|
|
|
|
/start.sh
|
|
gravity.sh
|
|
|
|
# Done with DNS, let s6 services start up properly configured dns now
|
|
killall -9 dnsmasq
|