mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2025-01-02 02:41:19 +00:00
7 lines
217 B
Makefile
7 lines
217 B
Makefile
|
default:
|
||
|
|
||
|
blacklist:
|
||
|
curl -sSfL https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | awk '/^(#.*|0.0.0.0.*|)$$/' > blacklist
|
||
|
# Add health check response
|
||
|
echo "0.0.0.0 health.server.test" >> blacklist
|