summaryrefslogtreecommitdiff
path: root/examples/source/dns-cache/run
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-07-12 05:33:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-07-12 05:33:01 +0000
commitdb7e83c95875fdc630a4014b323f9fbec205ba6c (patch)
tree41e0ec15c6c8fc4a6abdfa8179327fa083a8729e /examples/source/dns-cache/run
parent1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff)
downloads6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz
Added the example source.
Diffstat (limited to 'examples/source/dns-cache/run')
-rwxr-xr-xexamples/source/dns-cache/run14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/source/dns-cache/run b/examples/source/dns-cache/run
new file mode 100755
index 0000000..b364c97
--- /dev/null
+++ b/examples/source/dns-cache/run
@@ -0,0 +1,14 @@
+#!/command/execlineb -P
+fdmove -c 2 1
+s6-envuidgid dnscache
+s6-envdir env
+import ETH0_IP4
+export IP ${ETH0_IP4}
+s6-softlimit -m 4000000
+pipeline -d
+{
+ redirfd -r 0 /dev/urandom
+ s6-head -c 128
+}
+unexport LASTPID
+dnscache