bin

created pr with 108.1 on 2026-02-20T17:07:37Z · by a61b448c
changed status to closed on 2026-02-20T17:55:41Z · by a61b448c
Wrong
cmds
checkout latest patchset:
ssh pr.pico.sh print 108 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 108.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 108
set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 108
set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 108

Patchset 108.1 on 2026-02-20T17:07:37Z · commit 4225b98

docs(tuns): Fix typo
Noelle Leigh 2026-02-20T17:05:23Z
"set's" → "sets"
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+1 -1 posts/tuns.md #
......@@ -181,7 +181,7 @@ SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE
181181
182182 A tunnel manager for docker services.
183183
184-tunmgr automatically set's up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
184+tunmgr automatically sets up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
185185
186186 > [source code](https://github.com/picosh/tunmgr)
187187
Back to top