From c0713400778eb412d113ea217982a586d79f35fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Tue, 29 Nov 2022 04:53:11 +0100 Subject: Implement a forwarding service. - Add the `forwarding` system service (script + OpenRC support). - Enable support for UDP ports for `socat`. - Adjust UDS pass-through to avoid conflicts with forwarding. - Update documentation. Requested by: Universal Devices --- etc/optional/forwarding/appliance/forwarding.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/optional/forwarding/appliance/forwarding.conf.sample (limited to 'etc/optional/forwarding') diff --git a/etc/optional/forwarding/appliance/forwarding.conf.sample b/etc/optional/forwarding/appliance/forwarding.conf.sample new file mode 100644 index 0000000..4a16606 --- /dev/null +++ b/etc/optional/forwarding/appliance/forwarding.conf.sample @@ -0,0 +1,9 @@ +# With the help of this configuration file, forwarding of traffic +# between the different networks could be implemented via socat(1). +# It should hold the parameters to be passed for socat(1), consult its +# manual page for the details. +# +# Example configurations: +# +# UDP4-RECV:11223,broadcast,reuseaddr UDP4:10.0.0.2:11223 +# UDP-LISTEN:11224,broadcast,fork,reuseaddr UDP:10.0.0.2:11224 -- cgit v1.2.3