mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/sh -eu
|
|
if [ -x /sbin/resolvconf ] ; then
|
|
/sbin/resolvconf -d lo.dnsmasq
|
|
fi
|
|
|