1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00
wrapsix/TODO
xHire 322eeabefb Recognising NDP packets and packets to be wrapped
Cleaned the code a little bit
2008-12-31 21:08:53 +01:00

37 lines
836 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 ==
- optimise
- translation_ip.c -> don't translate IPv6 to IPv4 through a string
- rewrite DNS wrapping resolver into C