@@ -27,6 +27,14 @@ responses. This is a "filter" plugin as opposed to a "source"
27
27
plugin. Thus, it cannot resolve names to answers, only alter the
28
28
answers that some "source" plugin has already provided.
29
29
30
+ 4) pymdsautogen -- A plugin capable of procedurally turning IPv6
31
+ addresses into usable hostnames via PTR queries, and usable hostnames
32
+ into IPv6 addresses via AAAA queries.
33
+
34
+ 5) pymdsoverride -- A basic plugin that can be used to override the
35
+ responses from pymdsautogen to delegate responses rather than invent
36
+ them.
37
+
30
38
Usage
31
39
-----
32
40
@@ -45,7 +53,7 @@ There must be a different configuration file for each domain
45
53
that pymds serves. If you want pymds to serve multiple domains,
46
54
list multiple configuration files on the command line.
47
55
48
- # pymds [-p port] [-h host] [config1] [config2] ...
56
+ # pymds [-p port] [-h host] [-u user] [ config1] [config2] ...
49
57
50
58
If you change a configuration file and want to reload pymds, send it
51
59
SIGHUP.
@@ -58,4 +66,4 @@ See the examples/ directory for configuration file examples.
58
66
Source, reporting bugs, etc
59
67
---------------------------
60
68
61
- See http://pymds.sourceforge.net for more information
69
+ See http://code.google.com/p/pymds/ for more information
0 commit comments