summarylogtreecommitdiffstats
path: root/ip-down.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ip-down.sh')
-rwxr-xr-xip-down.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ip-down.sh b/ip-down.sh
new file mode 100755
index 000000000000..df284713a65c
--- /dev/null
+++ b/ip-down.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x "/usr/sbin/pdnsd-ctl" ]; then
+ /usr/sbin/pdnsd-ctl config
+fi