From 61106a8df299de5297e816d1f75fbb602382b60c Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Sat, 20 May 2023 03:38:27 +1000 Subject: [PATCH] cloudflared: support setting tunnel token Allows user to provide a token for Cloudflare tunnel. When provided along with credentials, this will take precedence. Signed-off-by: Scott McKenzie --- net/cloudflared/files/cloudflared.init | 1 + 1 file changed, 1 insertion(+) diff --git a/net/cloudflared/files/cloudflared.init b/net/cloudflared/files/cloudflared.init index 4fac31aac..466cb5eb3 100755 --- a/net/cloudflared/files/cloudflared.init +++ b/net/cloudflared/files/cloudflared.init @@ -31,6 +31,7 @@ start_service() { append_param_arg "logfile" procd_append_param command "run" + append_param_arg "token" procd_set_param respawn procd_set_param stderr 1