From a85cc0ea6e8eb14129ffe9c63e1be9c52c0e6bc3 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 9 May 2019 21:30:58 +0200 Subject: [PATCH] Fix config --- glorytun/glorytun.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun/glorytun.config b/glorytun/glorytun.config index 2d1ca6b8b..a0dfe1593 100644 --- a/glorytun/glorytun.config +++ b/glorytun/glorytun.config @@ -9,4 +9,4 @@ config glorytun 'vpn' option chacha20 '1' option mtuauto '1' option localip '10.255.255.2' - option remoteip "10.255.255.1' \ No newline at end of file + option remoteip '10.255.255.1' \ No newline at end of file