From 536b10c8d41db93df3d8524432bd1e9a85b50a92 Mon Sep 17 00:00:00 2001 From: dany Date: Mon, 9 Jan 2023 19:57:59 +0100 Subject: [PATCH] Update 'antd-config.ini' --- antd-config.ini | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/antd-config.ini b/antd-config.ini index 6f2ea6b..43d9f74 100644 --- a/antd-config.ini +++ b/antd-config.ini @@ -24,6 +24,7 @@ debug_enable = 0 # ssl.cipher=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256 [PORT:8888] +plugins = lua,tunnel,wvnc # DONOT edit this option htdocs=./opt/www/htdocs # Edit this option to enable SSL @@ -68,11 +69,11 @@ application/x-font-woff=woff,woff2 application/x-font-otf=otf audio/mpeg=mp3,mpeg -[FILEHANDLER] -# DONOT change options in this section -lua = lua +[PLUGIN:lua] +name = lua +autoload = 1 +file_type = lua,ls -[AUTOSTART] -# DONOT change options in this section -plugin = tunnel -plugin = lua \ No newline at end of file +[PLUGIN:tunnel] +autoload = 1 +name = tunnel