This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Asyncio-based SOCKS5 Proxy | |
:author: Thomas Calmant | |
:copyright: Copyright 2017, Thomas Calmant | |
:license: Apache License 2.0 | |
:version: 0.0.1 | |
""" |