From 9d8c7bb372bf5256c7c42b8b0264a8ec396328e9 Mon Sep 17 00:00:00 2001 From: Anthony Lazam Date: Thu, 25 Jul 2024 13:26:13 +0200 Subject: [PATCH] Update broken links --- src/guides/rpc_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/guides/rpc_index.md b/src/guides/rpc_index.md index f62a8bb..5019fa1 100644 --- a/src/guides/rpc_index.md +++ b/src/guides/rpc_index.md @@ -64,16 +64,16 @@ A list of most common tools available that supports securing websocket: - **Documentation**: [HAProxy WebSocket Support](http://www.haproxy.org/#docs) 3. **Traefik**: A modern reverse proxy and load balancer that supports WebSocket connections and integrates well with various security features. - - **Documentation**: [Traefik WebSocket Support](https://doc.traefik.io/traefik/providers/websocket/) + - **Documentation**: [Traefik WebSocket Support](https://doc.traefik.io/traefik/routing/overview/) 4. **Cloudflare**: Provides WebSocket support along with security features like DDoS protection and WAF. - - **Documentation**: [Cloudflare WebSocket Support](https://developers.cloudflare.com/using-cloudflare/website-performance/websockets/) + - **Documentation**: [Cloudflare WebSocket Support](https://developers.cloudflare.com/network/websockets/) 5. **AWS Application Load Balancer (ALB)**: Supports WebSocket connections and integrates with AWS WAF for additional security. - **Documentation**: [AWS ALB WebSocket Support](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html) 6. **Caddy**: A web server with automatic HTTPS that can also handle WebSocket connections securely. - - **Documentation**: [Caddy WebSocket Support](https://caddyserver.com/docs/reverse-proxy#websocket) + - **Documentation**: [Caddy WebSocket Support](https://caddyserver.com/docs/v2-upgrade#proxy) ### How-to Guides