From 63b6036ad6c69a68921c074fb78b2cb96e5eb36a Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 7 Jun 2018 17:07:50 +0200 Subject: [PATCH] Empty default mlvpn password --- mlvpn/files/etc/config/mlvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlvpn/files/etc/config/mlvpn b/mlvpn/files/etc/config/mlvpn index 2c556a038..0f94c7894 100644 --- a/mlvpn/files/etc/config/mlvpn +++ b/mlvpn/files/etc/config/mlvpn @@ -1,6 +1,6 @@ config mlvpn 'general' option enable '0' - option password '*****' + option password '' option timeout '30' option reorder_buffer_size '64' option loss_tolerence '50'