mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
Add some TODOs
This commit is contained in:
parent
7d3e37b1d9
commit
7dec7f59f1
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ URL format. For example, an HTTP proxy at `1.2.3.4:3128` with a username of `joh
|
|||
supplied as `--proxy http://john.doe:secret@1.2.3.4:3128`. This works analogously to curl's `--proxy` argument.
|
||||
|
||||
## TODO
|
||||
- Improve handling of half-open connections
|
||||
- Increase error robustness (reduce `unwrap` and `expect` usage)
|
||||
- UDP support for SOCKS
|
||||
- SOCKS4/SOCKS4a support
|
||||
- Native support for proxying DNS over TCP or TLS
|
||||
|
|
Loading…
Add table
Reference in a new issue