force http2 connection

This commit is contained in:
2024-05-28 15:09:36 -05:00
parent aface2b57d
commit cfe7ebea99
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)