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