From 6715b5115d4a815c1b2b4235dc5a4260a763d0d2 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 28 Feb 2018 19:20:26 +0100 Subject: [PATCH] Enable chacha20 by default for glorytun --- glorytun/glorytun.config | 1 + 1 file changed, 1 insertion(+) diff --git a/glorytun/glorytun.config b/glorytun/glorytun.config index eb026aaac..06df550f3 100644 --- a/glorytun/glorytun.config +++ b/glorytun/glorytun.config @@ -6,3 +6,4 @@ config glorytun 'vpn' option key 'secretkey' option mptcp '1' option proto 'tcp' + option chacha20 '1'