Skip to content

Commit 03305fd

Browse files
Add IPv6-fu to the README
1 parent bd96aa5 commit 03305fd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README

+10-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ responses. This is a "filter" plugin as opposed to a "source"
2727
plugin. Thus, it cannot resolve names to answers, only alter the
2828
answers that some "source" plugin has already provided.
2929

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+
3038
Usage
3139
-----
3240

@@ -45,7 +53,7 @@ There must be a different configuration file for each domain
4553
that pymds serves. If you want pymds to serve multiple domains,
4654
list multiple configuration files on the command line.
4755

48-
# pymds [-p port] [-h host] [config1] [config2] ...
56+
# pymds [-p port] [-h host] [-u user] [config1] [config2] ...
4957

5058
If you change a configuration file and want to reload pymds, send it
5159
SIGHUP.
@@ -58,4 +66,4 @@ See the examples/ directory for configuration file examples.
5866
Source, reporting bugs, etc
5967
---------------------------
6068

61-
See http://pymds.sourceforge.net for more information
69+
See http://code.google.com/p/pymds/ for more information

0 commit comments

Comments
 (0)