From d501f3f88ecd8410ae4040c62a099017db8dcb9f Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 31 Jan 2020 23:05:31 -0600 Subject: [refactor] telnet dispatcher, handle errors --- config/CONFIG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/CONFIG b/config/CONFIG index 02d60cb..9d2f5c5 100755 --- a/config/CONFIG +++ b/config/CONFIG @@ -13,7 +13,10 @@ export VPNWEB_AUTH_SECRET=othaoPhejei8aidaeghaiVohie4du export VPNWEB_SIP_USER=leap export VPNWEB_SIP_PASS="Kohapassword1!" export VPNWEB_SIP_HOST="localhost" -export VPNWEB_SIP_PORT="6001" +export VPNWEB_SIP_PORT="7001" export VPNWEB_SIP_LIBR_LOCATION=testlibrary export VPNWEB_SIP_TERMINATOR="\r" +# debug + +export VPNWEB_DEBUG_AUTH=yes -- cgit v1.2.3