Skip to content

Commit

Permalink
add CF tunnel addendum (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 8c17e16 commit 488ab64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions networking/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,9 @@ proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
```

## Cloudflare Tunnel

Cloudflare Tunnels are not recommended since they throttle non-HTML traffic (which video falls under).

See [Cloudflare blog post](https://blog.cloudflare.com/updated-tos/){target="_blank"} for more details.

0 comments on commit 488ab64

Please sign in to comment.