From 1aa3bc74170f10a4285827efa2748d1d6c2e4613 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Jan 2026 06:49:25 +0000 Subject: New example batch of service definitions --- .../source-router/dnsproxy6-bis-tcp/dependencies.d/init-ipv6 | 0 examples/source-router/dnsproxy6-bis-tcp/notification-fd | 1 + examples/source-router/dnsproxy6-bis-tcp/producer-for | 1 + examples/source-router/dnsproxy6-bis-tcp/run | 11 +++++++++++ examples/source-router/dnsproxy6-bis-tcp/type | 1 + 5 files changed, 14 insertions(+) create mode 100644 examples/source-router/dnsproxy6-bis-tcp/dependencies.d/init-ipv6 create mode 100644 examples/source-router/dnsproxy6-bis-tcp/notification-fd create mode 100644 examples/source-router/dnsproxy6-bis-tcp/producer-for create mode 100755 examples/source-router/dnsproxy6-bis-tcp/run create mode 100644 examples/source-router/dnsproxy6-bis-tcp/type (limited to 'examples/source-router/dnsproxy6-bis-tcp') diff --git a/examples/source-router/dnsproxy6-bis-tcp/dependencies.d/init-ipv6 b/examples/source-router/dnsproxy6-bis-tcp/dependencies.d/init-ipv6 new file mode 100644 index 0000000..e69de29 diff --git a/examples/source-router/dnsproxy6-bis-tcp/notification-fd b/examples/source-router/dnsproxy6-bis-tcp/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source-router/dnsproxy6-bis-tcp/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source-router/dnsproxy6-bis-tcp/producer-for b/examples/source-router/dnsproxy6-bis-tcp/producer-for new file mode 100644 index 0000000..f2f9f56 --- /dev/null +++ b/examples/source-router/dnsproxy6-bis-tcp/producer-for @@ -0,0 +1 @@ +dnsproxy6-tcp-log diff --git a/examples/source-router/dnsproxy6-bis-tcp/run b/examples/source-router/dnsproxy6-bis-tcp/run new file mode 100755 index 0000000..75436f7 --- /dev/null +++ b/examples/source-router/dnsproxy6-bis-tcp/run @@ -0,0 +1,11 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envdir /etc/env-network +importas -uSi ETH0_IP6_BIS +emptyenv -p +s6-envuidgid dnscache +fdmove 1 3 +s6-tcpserver -v -1 -U -c 255 -- ${ETH0_IP6_BIS} 53 +s6-tcpserver-access -v2 -DHl0 -x /etc/tcprules/dnsproxy6.cdb -- +s6-tcpclient -DH4l0 -- 192.168.0.1 53 +s6-ioconnect diff --git a/examples/source-router/dnsproxy6-bis-tcp/type b/examples/source-router/dnsproxy6-bis-tcp/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source-router/dnsproxy6-bis-tcp/type @@ -0,0 +1 @@ +longrun -- cgit v1.3.1