"Updates"

This commit is contained in:
2026-06-01 12:07:47 +02:00
parent 7d45f81200
commit a9f5df877d
2 changed files with 43 additions and 44 deletions
+3 -4
View File
@@ -31,14 +31,13 @@ https://go.dev/dl/
```
```bash
wget https://go.dev/dl/go1.26.1.linux-arm64.tar.gz
rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.26.1.linux-arm64.tar.gz
wget https://go.dev/dl/go1.26.3.linux-arm64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.26.3.linux-arm64.tar.gz
export PATH=$PATH:/usr/local/go/bin
```
```bash
mkdir ~/caddy
cd caddy
mkdir ~/caddy && cd caddy
xcaddy build --with github.com/caddy-dns/ovh \
--with github.com/mholt/caddy-l4/modules/l4proxy \