From c402a1dc79b65336ff25a2014192c23a062de8a6 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Apr 2024 13:25:02 +0800 Subject: [PATCH 1/3] update --- plugins/tgbot/startup/extend/push_ad.py | 6 +----- plugins/tgbot/startup/extend/push_notice_msg.py | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 9c6014f35..a90075841 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -45,14 +45,10 @@ def send_msg(bot, tag='ad', trigger_time=300): # https://zhaoziyuan1.cc | web | 15/m | 2m | next,5/15 | @baleite # 综合包网/NG接口开户 | 28/m | 3m | next,4/28 | @aabbcx888 # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,6/30 | @nngzs - # 海外服务器 高防CDN 解决移动屏蔽 | 19/m | next,4/19 | @YYCDNFW + ## 海外服务器 高防CDN 解决移动屏蔽 | 19/m | next,4/19 | @YYCDNFW keyboard = [ [ types.InlineKeyboardButton( - text="海外服务器 高防CDN 解决移动屏蔽", url='https://t.me/kltfuwuqi') - ], - [ - types.InlineKeyboardButton( text="👑 综合包网/NG接口开户", url='https://t.me/NG_Tony') ], [ diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index 765c2fd0b..79bb78f0e 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -54,15 +54,11 @@ def send_msg(bot, tag='ad', trigger_time=300): # https://zhaoziyuan1.cc | web | 15/m | 2m | next,5/15 | @baleite # 综合包网/NG接口开户 | 28/m | 3m | next,4/28 | @aabbcx888 # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,6/30 | @nngzs - # 海外服务器 高防CDN 解决移动屏蔽 | 19/m | next,4/19 | @YYCDNFW + ## 海外服务器 高防CDN 解决移动屏蔽 | 19/m | next,4/19 | @YYCDNFW # 群内置顶AD| 16/m | @YYCDNFW keyboard = [ [ types.InlineKeyboardButton( - text="海外服务器 高防CDN 解决移动屏蔽", url='https://t.me/kltfuwuqi') - ], - [ - types.InlineKeyboardButton( text="🚀 综合包网/NG接口开户", url='https://t.me/NG_Tony') ], [ From ecbc0f6afe99f9a930ef2a4fa07ffe5e43a06ad6 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 21 Apr 2024 17:49:38 +0800 Subject: [PATCH 2/3] Update plugins_api.py --- class/core/plugins_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/plugins_api.py b/class/core/plugins_api.py index e5b536053..160bc657b 100755 --- a/class/core/plugins_api.py +++ b/class/core/plugins_api.py @@ -148,7 +148,7 @@ class plugins_api: def initApi(self): plugin_names = { - 'openresty': '1.21.4.3', + 'openresty': '1.25.3.1', 'php': '56', 'swap': '1.1', 'mysql': '5.7', From 309cf2825e3ff09e41d8d933d2492d999885caa8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 24 Apr 2024 11:32:41 +0800 Subject: [PATCH 3/3] update --- scripts/install/debian.sh | 1 + scripts/install/ubuntu.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index df20e349a..89fcd2fc1 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -71,6 +71,7 @@ if [ -f /usr/sbin/ufw ];then ufw allow 80/tcp ufw allow 443/tcp + ufw allow 443/udp # ufw allow 888/tcp fi diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index f6c2a1332..567610ecb 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -46,6 +46,7 @@ if [ -f /usr/sbin/ufw ];then ufw allow 80/tcp ufw allow 443/tcp + ufw allow 443/udp # ufw allow 888/tcp fi