diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-03-01 17:29:16 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-03-16 19:46:07 -0700 |
commit | 35c109c7ff09db42ca89ca16df1d266798f828d1 (patch) | |
tree | 90ea8ef2c2c4620cd142946c5a60a1c48da2a86e /net/cloudflared/test.sh | |
parent | ff90e4d47957ba6be7c37fe406519c499945ce87 (diff) |
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 <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/cloudflared/test.sh')
-rw-r--r-- | net/cloudflared/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |