From 4069aed25a5bc0cb8ddd5c1bdaccc00e19fdc767 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 29 Mar 2023 12:18:14 +0200 Subject: [PATCH] fix: correct configuration to latest changes on tunnel --- antd-config.ini | 1 + runner.ini | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/antd-config.ini b/antd-config.ini index 1c75a62..a900eca 100644 --- a/antd-config.ini +++ b/antd-config.ini @@ -79,3 +79,4 @@ socket = unix:/tmp/fcgi.sock [PLUGIN:tunnel] autoload = 1 name = tunnel +hotlines = unix:/tmp/antd_hotline.sock \ No newline at end of file diff --git a/runner.ini b/runner.ini index 7bba79b..7a6b5ce 100644 --- a/runner.ini +++ b/runner.ini @@ -1,6 +1,15 @@ [vterm] # Do not change these 2 options exec = ./opt/www/bin/vterm -param = /tmp/channels/antd_hotline.sock +param = unix:/tmp/antd_hotline.sock # change this to enable debug -debug = 0 \ No newline at end of file +debug = 0 + +# used only by tunnel to authentificate user +[tunnel_keychain] +exec = ./opt/www/bin/wfifo +param = unix:/tmp/antd_hotline.sock +param = keychain +param = /tmp/antunnel_keychain +param = r +debug = 1 \ No newline at end of file