From 477e946d1b696b7c4dea7859a902fc1da1bd885d Mon Sep 17 00:00:00 2001 From: nibrag Date: Sat, 7 May 2016 13:31:35 +0300 Subject: [PATCH] Added FEATURES and TODO block --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 073a749..bc4b628 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # aiosocks -SOCKS proxy client for asyncio and aiohttp +SOCKS proxy client for asyncio and aiohttp (python 3.5+) -# Requirement -python 3.5+ +# Features +- SOCKS4, SOCKS4a and SOCKS5 version +- SocksConnector for aiohttp +- SOCKS "CONNECT" command + +# TODO +- UDP associate +- TCP port binding # Usage ### direct usage