Skip to content

Releases: Coralesoft/OPNsenseCloudflared

2024.5.2

10 May 12:48
0300e15
Compare
Choose a tag to compare

Cloudflared Build and Install for OPNsense & FreeBSD

Script will:

  • Create the build environment
  • Pull the latest cloudflared source from GitHub
  • Build the cloudflared binary
  • Install the cloudflared binary for use
  • Remove the build and source environments
  • To update/upgrade the cloudflared binary, just re-run the script

To Install

  1. Download the installation script using wget:

    wget https://raw.githubusercontent.com/Coralesoft/OPNsenseCloudflared/main/cloudflared-opnsense-freebsd-build-install.sh
  2. Make the script executable:

    chmod +x cloudflared-opnsense-freebsd-build-install.sh
  3. Run the script:

    ./cloudflared-opnsense-freebsd-build-install.sh

2024.5.1

10 May 12:34
61c66af
Compare
Choose a tag to compare

Cloudflared build and install for OPNsense & FreeBSD - initial release

Script will:

  • Create the build environment
  • Pull the latest cloudflared source from GitHub
  • Build the cloudflared binary
  • Install the cloudflared binary for use
  • Remove the build and source environments
  • To update / upgrade cloudflared binary just re-run the script