Compare commits

...

1 Commits

Author SHA1 Message Date
cfe7ebea99 force http2 connection 2024-05-28 15:09:36 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 1.0.0
version: 1.1.0
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -18,6 +18,7 @@ controllers:
args:
- tunnel
- --no-autoupdate
- --protocol http2
- run
- --token
- $(CF_MANAGED_TUNNEL_TOKEN)