Merge pull request #554 from midoks/dev

debian/ubuntu 443/udp ufw防火墙默认开启。
This commit is contained in:
Mr Chen 2024-04-24 22:55:48 +08:00 committed by GitHub
commit 9aa4bdfd19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 11 deletions

View File

@ -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',

View File

@ -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')
],
[

View File

@ -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')
],
[

View File

@ -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

View File

@ -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