Files
i2p-docker-proxy/contained/bin
LoveIsGrief f34807d911 Use asyncio.start_server instead of loop.create_server
The protocol_factory doesn't support `Protocol`s with async handlers
e.g `async def connection_made` won't actually be awaited and thus nothing ever happens.

Now there's a pretty ugly solution with one long-ass method, but maybe that can be trimmed
or a callable can be used.

#4 - Investigate extending pr0xy to use SAM
2020-12-13 20:23:42 +01:00
..
2019-07-27 22:29:21 +02:00