mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-09 04:56:51 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f77867ca2 | ||
|
|
fb5ae9c1e8 | ||
|
|
9e9bd5a2bd | ||
|
|
005574a01f |
@@ -386,7 +386,7 @@ function renderDiagnosticSystemInfoWidget() {
|
||||
};
|
||||
}
|
||||
|
||||
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
|
||||
if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) {
|
||||
return {
|
||||
key: 'Podkop',
|
||||
value: version,
|
||||
|
||||
@@ -90,7 +90,6 @@ update_config() {
|
||||
mv /etc/config/podkop /etc/config/podkop-070
|
||||
wget -O /etc/config/podkop https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/podkop/files/etc/config/podkop
|
||||
msg "Podkop config has been reset to default. Your old config saved in /etc/config/podkop-070"
|
||||
break
|
||||
;;
|
||||
*)
|
||||
msg "Exit"
|
||||
@@ -240,7 +239,7 @@ check_system() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Check version
|
||||
# Check version
|
||||
if command -v podkop > /dev/null 2>&1; then
|
||||
local version
|
||||
version=$(/usr/bin/podkop show_version 2> /dev/null)
|
||||
|
||||
@@ -3961,7 +3961,7 @@ function renderDiagnosticSystemInfoWidget() {
|
||||
value: version
|
||||
};
|
||||
}
|
||||
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
|
||||
if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) {
|
||||
return {
|
||||
key: "Podkop",
|
||||
value: version,
|
||||
|
||||
@@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/podkop
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+sing-box-tiny +curl +jq +kmod-nft-tproxy +coreutils-base64 +bind-dig
|
||||
DEPENDS:=+sing-box +curl +jq +kmod-nft-tproxy +coreutils-base64 +bind-dig
|
||||
CONFLICTS:=https-dns-proxy nextdns luci-app-passwall luci-app-passwall2
|
||||
TITLE:=Domain routing app
|
||||
URL:=https://podkop.net
|
||||
|
||||
Reference in New Issue
Block a user