ws: avoid X-Forwarded-For parsing since we only need to know IPv4/IPv6

This commit is contained in:
Joakim Frostegård 2022-07-19 16:12:00 +02:00
parent 3b94b8e588
commit a62b2033a5
6 changed files with 65 additions and 122 deletions

View file

@ -2,12 +2,6 @@
## High priority
* ws
* reverse proxy support for non-TLS connections (parse x-forwarded-for)
* how does this interact with IPv4/IPv6 differentiation?
* is it possible to skip determining peer IP's altogether or is it necessary
for IPv4/IPv6 separation / preventing peer mixups or abuse?
## Medium priority
* quit whole program if any thread panics