diff options
author | tv <tv@iiso> | 2011-09-27 00:12:49 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-27 00:12:49 +0200 |
commit | ecc173f3f472efcabf12693e17866930768af82b (patch) | |
tree | 59a1098d3f147d7fa09c84807e415535dcf6679e /Reaktor/UDP/config | |
parent | f541b6139ca8ecbc64c736179604280e3006bede (diff) | |
parent | 592331580802ace9e96f3e4369bc9019f8e484b9 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Reaktor/UDP/config')
-rw-r--r-- | Reaktor/UDP/config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Reaktor/UDP/config b/Reaktor/UDP/config new file mode 100644 index 00000000..623c721c --- /dev/null +++ b/Reaktor/UDP/config @@ -0,0 +1,15 @@ +[ + { + "comment" : "listener for licht.shack", + "bind_addr" : "0.0.0.0", + "port" : 2342, + "pattern" : "", + "action" : { + "PROCESS" : { + "path" : "/krebs/Reaktor/udp_commands/licht_resolver", + "argv" : [ ], + "envp" : { } + } + } + } +] |