Minor fixes.

This commit is contained in:
gSpot
2025-12-17 18:56:25 +03:00
parent b69fcf0bb2
commit 0c6b93d8c5
10 changed files with 28 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=internet-detector-mod-telegram
PKG_VERSION:=1.7.0
PKG_VERSION:=1.7.1
PKG_RELEASE:=1
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/luci-app-internet-detector>

View File

@@ -28,7 +28,7 @@ local Module = {
msgSendAttempts = 3,
msgSendTimeout = 5,
curlExec = "/usr/bin/curl",
curlParams = "-s --no-keepalive",
curlParams = "-s -g --no-keepalive",
status = nil,
_enabled = false,
_deadCounter = 0,