summarylogtreecommitdiffstats
path: root/ip-down.sh
blob: df284713a65cefa0d8dfd83389bdd87c3562862e (plain)
1
2
3
4
5
#!/bin/sh

if [ -x "/usr/sbin/pdnsd-ctl" ]; then
	/usr/sbin/pdnsd-ctl config
fi