Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 438 Bytes

proxy

python proxy

python proxy.py -l 8208 -r 3306 -v

Listening at 0.0.0.0:8208 ...

New clients from 127.0.0.1:53571

127.0.0.1:3306 => 127.0.0.1:53571 (95 bytes) remote -> local

127.0.0.1:53571 => 127.0.0.1:3306 (66 bytes) local -> remote

127.0.0.1:3306 => 127.0.0.1:53571 (72 bytes) remote -> local

Dispatch Socket closed by 127.0.0.1:3306: remote -> local

Dispatch Socket closed by 127.0.0.1:53571: local -> remote