Skip to content

Commit 2d381e0

Browse files
committed
fix ci
1 parent 329abfb commit 2d381e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "aarch64-windows"
3030
- "x86-linux"
3131
- "x86_64-linux"
32-
- "arm-linux"
32+
- "arm-linux-musleabi"
3333
- "aarch64-linux"
3434
steps:
3535
- uses: actions/checkout@v4

docs/content/programs/tcp-proxy.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#+TITLE: tcp-proxy
22
#+DATE: 2024-09-01T00:02:43+0800
3-
#+LASTMOD: 2024-09-01T20:52:56+0800
3+
#+LASTMOD: 2024-09-01T21:05:27+0800
44
#+TYPE: docs
55
#+DESCRIPTION: Forward TCP requests hitting a specified port on the localhost to a different port on another host
66

7-
Both IPv4 and IPv6 are supported.
7+
Both IPv4 and IPv6 are supported. On Linux [[https://man7.org/linux/man-pages/man2/splice.2.html][splice]] is used to improve perf, details can be found [[https://blog.cloudflare.com/sockmap-tcp-splicing-of-the-future/][here]].
88

99
#+begin_src bash :results verbatim :exports results :wrap example :dir ../../..
1010
./zig-out/bin/tcp-proxy -h

0 commit comments

Comments
 (0)