1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00
wrapsix/TODO
xHire f09255b0d7 Basic sceleton
Configuration file
Resolver listens and receives but not replies yet
Pure class of the Wrapper just to be
2008-11-22 21:35:24 +01:00

35 lines
735 B
Plaintext

#####
## WrapSix ToDo
#####
== First stage ==
* basic skeleton
* configuration
* purely mediate function of DNS resolver -> implement it's protocol
( write some test scripts )
== Second stage ==
- stay as a DNS wrapping resolver - create faked AAAA entries instead of A
(only if AAAA is required)
- running with arguments
== Third stage ==
- listen on all ports & all set IPv6 addresses
- wrap all connections to IPv4-in-IPv6 addresses
== ... ==
== Final stage ==
- choose a licence ;c)
- test a lot
- revise documentation
- create a package with some simple installator
== Optional stage ==
- implement cache for DNS
- create man pages
- create some home web page (may be a wiki?)
== PostFinal stage ==
- rewrite to C :c)