doc: update todo list

This commit is contained in:
nadoo 2017-09-08 12:10:22 +08:00
parent aeb0acab33
commit aab127d901

View File

@ -41,9 +41,8 @@ General:
- Rule proxy based on destinations: [Config Examples](config/examples)
TODO:
- [x] UDP over TCP (ss)
- [ ] UDP Tunnel
- [ ] Linux tproxy support & UDP Relay
- [x] UDP over TCP Tunnel (client <-udp-> uottun <-tcp-> ss <-udp-> target)
- [ ] Linux tproxy support
- [ ] TUN/TAP device support
- [ ] Code refactoring: support proxy registering so it can be pluggable
- [ ] Conditional compilation so we can abandon needless proxy type and get a smaller binary size