```bash
./run.sh s
./run.sh c ```
| | Rust | Python (2.9.0) |
| --------------------------- | :----------------: | :----------------------: |
| TCP & UDP support | √ | √ |
| TCP fast open | wait mio
support | √ |
| Destination IP blacklist | X | √ |
| One time auth | √ | √ |
| Multiple encryption methods | √ | √ |
| Async UDP support | √ | X |
| IPv6 support | not test | unknown |
| Windows compatible | wait mio
stable | need install crypto libs |
| Multiple servers support | X | X |
mio
support)clap
improve)