From 35c109c7ff09db42ca89ca16df1d266798f828d1 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 1 Mar 2022 17:29:16 +0800 Subject: cloudflared: add new package Contains the command-line client for Cloudflare Tunnel, a tunneling daemon that proxies traffic from the Cloudflare network to your origins. Docs: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide Signed-off-by: Tianling Shen --- net/cloudflared/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/cloudflared/test.sh (limited to 'net/cloudflared/test.sh') diff --git a/net/cloudflared/test.sh b/net/cloudflared/test.sh new file mode 100644 index 000000000..31f10611e --- /dev/null +++ b/net/cloudflared/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cloudflared --version | grep "$PKG_VERSION" -- cgit v1.2.3