diff options
Diffstat (limited to 'examples/source/dnsproxy6-bis-udp/run')
| -rwxr-xr-x | examples/source/dnsproxy6-bis-udp/run | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/source/dnsproxy6-bis-udp/run b/examples/source/dnsproxy6-bis-udp/run new file mode 100755 index 0000000..bbe6293 --- /dev/null +++ b/examples/source/dnsproxy6-bis-udp/run @@ -0,0 +1,13 @@ +#!/command/execlineb -S1 +fdmove -c 2 1 +s6-envdir /etc/env-network +multisubstitute +{ + importas -uSi ETH0_IP6_BIS + importas -uSi ETH0_IP4 +} +emptyenv -p +if { redirfd -w 1 data/caches s6-echo ${ETH0_IP4} } +s6-envuidgid dnscache +fdmove 1 3 +dnsfunneld -1 -U -Rdata -t61000 -i ${ETH0_IP6_BIS} |
