diff --git a/README.md b/README.md index 04ca714..a083fbd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,19 @@ Rapid SSH Proxy. Like `ssh -ND`, but much faster. `rsp` is a SSH client which implements SOCKS5 proxy feature of SSH protocol. Key feature of this implementation is use of multiple connections to overcome downsides of multiplexing many tunneled TCP connections in single SSH session. Multiple sessions are not limited with TCP window size of single connection and packet loss does not affect all tunneled connections at once. In order to cut latency of connection establishment `rsp` maintains pool of steady connections, which replenished with configurable rate. +--- + +:heart: :heart: :heart: + +You can say thanks to the author by donations to these wallets: + +- ETH: `0xB71250010e8beC90C5f9ddF408251eBA9dD7320e` +- BTC: + - Legacy: `1N89PRvG1CSsUk9sxKwBwudN6TjTPQ1N8a` + - Segwit: `bc1qc0hcyxc000qf0ketv4r44ld7dlgmmu73rtlntw` + +--- + ## Features * High speed as compared to conventional OpenSSH client. diff --git a/setup.py b/setup.py index f513266..98d96b0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='rsp', - version='1.0.0', + version='1.0.1', description='Rapid SSH Proxy', url='https://github.com/Snawoot/rsp', author='Vladislav Yarmak',