From 0fa12c7149961274f77d37e978dc969e4da02e9c Mon Sep 17 00:00:00 2001 From: bluepuma77 Date: Thu, 20 Feb 2025 19:26:57 +0100 Subject: [PATCH] bug fixes --- docker-traefik-proxyprotocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-traefik-proxyprotocol/README.md b/docker-traefik-proxyprotocol/README.md index 631f827..deb85d8 100644 --- a/docker-traefik-proxyprotocol/README.md +++ b/docker-traefik-proxyprotocol/README.md @@ -2,7 +2,7 @@ Example of using ProxyProtocol between Traefik and target service. -Traefik will proxy/forward all (encrypted) TLS traffic on `entrypoints` 8000, 8001, 8002 untouched to a target service. Port 8000 uses no proxy protocol, port 8001 uses proxy protocol v1 and port 802 uses proxy protocol v2 to target. +Traefik will proxy/forward all (encrypted) TCP traffic on `entrypoints` 8000, 8001, 8002 untouched to a target service. Port 8000 uses no proxy protocol, port 8001 uses proxy protocol v1 and port 8002 uses proxy protocol v2 to target. The target service is a simple NodeJS echo service showing the headers and optional proxy protocol and optional TLS. It will use a simple custom TLS certificate, which can be created with ```