Browse Source

Added FEATURES and TODO block

main
nibrag 8 years ago
parent
commit
477e946d1b
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      README.md

+ 9
- 3
README.md View File

@@ -1,8 +1,14 @@
# aiosocks # 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 # Usage
### direct usage ### direct usage


Loading…
Cancel
Save