Added todo

This commit is contained in:
Nikos Mavrogiannopoulos
2013-01-30 21:47:59 +01:00
parent b8f04d8027
commit 5838f37675

6
TODO Normal file
View File

@@ -0,0 +1,6 @@
* Add a simple username/password back-end
* Add support for UDP/DTLS
* Handle multiple clients in a single tun device (check if needed at all)
* Run a server up/down script
* Keep the TLS key and certificates into the privileged process and use IPC
for operations (this will make the privileged process a bottleneck).