diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-11-29 04:53:11 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-11-29 05:19:56 +0100 |
commit | c0713400778eb412d113ea217982a586d79f35fe (patch) | |
tree | 1daa03547c5f1c17a624a72f7a14f9d17f1ed58e /aports/socat | |
parent | 14a3e2bad5c174b8a4ee5a4890e16145a23f39f1 (diff) | |
download | freebsd-wifibox-alpine-c0713400778eb412d113ea217982a586d79f35fe.zip |
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
Diffstat (limited to 'aports/socat')
-rw-r--r-- | aports/socat/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aports/socat/APKBUILD b/aports/socat/APKBUILD index c3f567b..1966d19 100644 --- a/aports/socat/APKBUILD +++ b/aports/socat/APKBUILD @@ -2,7 +2,7 @@ pkgname=socat pkgver=1.7.4.3 -pkgrel=0 # base: 0 +pkgrel=1 # base: 0 pkgdesc="Multipurpose relay for binary protocols" options="!check" url="http://www.dest-unreach.org/socat/" @@ -34,7 +34,6 @@ build() { --disable-rawip \ --disable-genericsocket \ --disable-interface \ - --disable-udp \ --disable-sctp \ --disable-vsock \ --disable-socks4 \ |