From 54b2e3e84254371f19f07c5d913dad6c226b15fb Mon Sep 17 00:00:00 2001 From: Lobod Date: Mon, 17 Jun 2024 18:14:33 +0200 Subject: [PATCH] docs: add documentation for spoolmans additional headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Damian Łoboda --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 22a8c6a27..1365b9ac0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -3141,6 +3141,9 @@ server: http://192.168.0.123:7912 sync_rate: 5 # The interval, in seconds, between sync requests with the # Spoolman server. The default is 5. +additional_headers: +# Additional headers for spoolman connection. Usefull for connecting to for example CloudFlare Zero Trust. +# Dict "name=value" list. The default is empty. ``` #### Setting the active spool from Klipper