From a3fc59f80e1980cbceb76b7a2c8399a405f5263a Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 28 Mar 2023 20:24:13 +0200 Subject: [PATCH] Fix glorytun buffer --- glorytun/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun/init b/glorytun/init index 2adf71989..c0011edc1 100755 --- a/glorytun/init +++ b/glorytun/init @@ -82,7 +82,7 @@ start_instance() { retry count -1 const 5000000 \ timeout ${timeout} \ keepalive count 5 idle 20 interval 2 \ - buffer-size 1024 + buffer-size 32768 procd_set_param respawn 0 30 0 procd_set_param file /tmp/${PROG_NAME}-${1}.key