Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Run the following command:
cloudflared update
```

This updates `cloudflared` and automatically restarts the service.
After running `cloudflared update` to update `cloudflared`, you must now restart the service for it to take effect. Run:

```powershell
net start cloudflared
```

</TabItem> <TabItem label="macOS">

Expand Down
Loading