v2ray/ddnspod/ddnspod/scripts/ddnspod_config.sh
2019-01-17 00:08:03 +08:00

11 lines
173 B
Bash

#!/bin/sh
eval `dbus export ddnspod`
if [ "$ddnspod_enable" == "1" ];then
/jffs/softcenter/scripts/ddnspod.sh restart
else
/jffs/softcenter/scripts/ddnspod.sh stop
fi