From aab127d9011e28ae96f415e0e9bd845625c62bd9 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Fri, 8 Sep 2017 12:10:22 +0800 Subject: [PATCH] doc: update todo list --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ee874f..45d0239 100644 --- a/README.md +++ b/README.md @@ -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