If the X-Forwarded-For Header is set the below error only shows the original IP and Port not the forwarded one in the log. Making it harder to identify the client.
2025/09/06 23:11:18 broadcastmanager.go:117: Not providing client '10.2.0.35:45712' with cert because client's buffer is full. The client can't keep up. Skipped certs: 22001
Hi!
If the X-Forwarded-For Header is set the below error only shows the original IP and Port not the forwarded one in the log. Making it harder to identify the client.
https://github.com/d-Rickyy-b/certstream-server-go/blob/master/internal/web/broadcastmanager.go#L117