From 71e1b8e3f748f0af4850a8642cdb9664c0b2c50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Fri, 24 Sep 2021 00:58:01 +0200 Subject: [PATCH] croc: Upstream config update --- roles/croc/templates/receive.json.j2 | 11 ++++++++++- roles/croc/templates/send.json.j2 | 10 +++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/roles/croc/templates/receive.json.j2 b/roles/croc/templates/receive.json.j2 index c25217b..040408a 100644 --- a/roles/croc/templates/receive.json.j2 +++ b/roles/croc/templates/receive.json.j2 @@ -3,11 +3,20 @@ "SharedSecret": "", "Debug": false, "RelayAddress": "xenrox.net", + "RelayAddress6": "", "RelayPorts": ["9009", "9010", "9011", "9012", "9013"], "RelayPassword": "{{ croc_secrets['password'] }}", "Stdout": false, "NoPrompt": false, "NoMultiplexing": false, "DisableLocal": false, - "Ask": false + "OnlyLocal": false, + "IgnoreStdin": false, + "Ask": false, + "SendingText": false, + "NoCompress": false, + "IP": "", + "Overwrite": false, + "Curve": "siec", + "HashAlgorithm": "" } diff --git a/roles/croc/templates/send.json.j2 b/roles/croc/templates/send.json.j2 index c3d37b0..b81fb55 100644 --- a/roles/croc/templates/send.json.j2 +++ b/roles/croc/templates/send.json.j2 @@ -9,5 +9,13 @@ "NoPrompt": false, "NoMultiplexing": false, "DisableLocal": false, - "Ask": false + "OnlyLocal": false, + "IgnoreStdin": false, + "Ask": false, + "SendingText": false, + "NoCompress": false, + "IP": "", + "Overwrite": false, + "Curve": "siec", + "HashAlgorithm": "xxhash" } -- 2.44.0