abique / hefur

Standalone C++ BitTorrent tracker
MIT License
192 stars 30 forks source link

Fix invalid port set for HTTPS, ignore reverse proxy source ip if "all address" set #34

Closed sot-tech closed 3 years ago

sot-tech commented 3 years ago

There was a typo in HttpServer.start method for httpS handler, fixes #33 Also added option to allow from all reverse proxy addresses

abique commented 3 years ago

Thank you!