<%# Copyright 2008-2024 by sirpdboy https://github.com/sirpdboy/luci-app-ddns-go Licensed to the public under the Apache License 2.0. -%> <% local running = luci.sys.exec("pidof ddns-go | awk -F ' ' '{print $1}'") %> <%+header%>
<% if tonumber(running) ~= nil then %>
<% else %>

<%:The DDNS-GO service is not running.%>

<%:Please enable the DDNS-GO service%>

<% end -%> <%+footer%>