-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTES
22 lines (20 loc) · 772 Bytes
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TODO
----
* Create a CGI providing an admin interface, leveraging the socket control
mechanism
* Clean up documentation
* Extend alias and Resolver.encode_answer() to support custom TTL
* Fix shutdown to properly terminate threads
* Implement rmalias, rmlisten
* Implement dump to export current state in format that could later be loaded
* Investigate alternative backends for alias mapping, including memcache & repcache, sqlite, etc.
DEVELOPMENT
-----------
* New commands are created simply by adding methods to CNamedCommander
class.
* Can number of classes be reduced?
* Data currently written to Resolver as text, and read as encoded
message. Need to be able to read as text, for "dump" or logging.
REFERENCES
----------
* http://www.ietf.org/rfc/rfc1035.txt