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