mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2026-04-28 20:43:46 +01: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
|
|
|