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 <scott@noizyland.net>
This commit is contained in:
Scott McKenzie 2023-05-20 03:38:27 +10:00 committed by Tianling Shen
parent aadc8d0001
commit 61106a8df2
1 changed files with 1 additions and 0 deletions

View File

@ -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