We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b54b commit ff3ba69Copy full SHA for ff3ba69
files/etc/init.d/https-dns-proxy
@@ -67,7 +67,6 @@ global_log_limit=
67
68
dnsmasq_restart() { /etc/init.d/dnsmasq restart >/dev/null 2>&1; }
69
is_alnum() { case "$1" in (*[![:alnum:]_\ @]*|"") return 1;; esac; }
70
-is_fw4_restart_needed() { [ "$(uci_get "$packageName" 'config' 'force_dns' '1')" = '1' ]; }
71
is_mac_address() { expr "$1" : '[0-9A-F][0-9A-F]:[0-9A-F][0-9A-F]:[0-9A-F][0-9A-F]:[0-9A-F][0-9A-F]:[0-9A-F][0-9A-F]:[0-9A-F][0-9A-F]$' >/dev/null; }
72
is_integer() { case "$1" in ''|*[!0-9]*) return 1;; esac; [ "$1" -ge 1 ] && [ "$1" -le 65535 ] || return 1; return 0; }
73
is_ipv4() { expr "$1" : '[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$' >/dev/null; }
0 commit comments