Skip to main content

Cloudflare: Notes

https://www.cloudflare.com/

NOT support .com.au

Manage DNS zones

https://dash.cloudflare.com/zones

Cloudflare Tunnels

Install cloudflared service

PS C:\Users\tuyen> winget install --id Cloudflare.cloudflared
Found cloudflared [Cloudflare.cloudflared] Version 2024.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/cloudflare/cloudflared/releases/download/2024.3.0/cloudflared-windows-amd64.msi
  ██████████████████████████████  17.4 MB / 17.4 MB
Successfully verified installer hash
Starting package install...
Successfully installed
PS C:\Users\tuyen>

Download cloudflared on Windows Server 2022

iwr https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe -OutFile cloudflared.exe

Popular posts from this blog

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Linux command: telnet

telnet stands for "Teletype Network".

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.