mirror of
https://github.com/fosrl/gerbil.git
synced 2026-09-08 07:01:30 +02:00
Compare commits
46 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
939fbd5d2c | ||
|
|
e1b47b69aa | ||
|
|
654a3c777a | ||
|
|
6f1851639a | ||
|
|
74629a97f7 | ||
|
|
5c697afcac | ||
|
|
e25e5766df | ||
|
|
2264c1c7b4 | ||
|
|
904199121d | ||
|
|
5b92bdeb1c | ||
|
|
daecacbd8e | ||
|
|
8efce78d94 | ||
|
|
c29e6ec535 | ||
|
|
0a1496e8de | ||
|
|
4f325dd92f | ||
|
|
8328a4751a | ||
|
|
860ba69a88 | ||
|
|
e1c9836dc1 | ||
|
|
4f457db7b5 | ||
|
|
6d548ea166 | ||
|
|
d611eb2022 | ||
|
|
4d8f5923c3 | ||
|
|
6af41f2a6e | ||
|
|
c638090ef7 | ||
|
|
cde79b5c50 | ||
|
|
af42ae3448 | ||
|
|
f7d874cd78 | ||
|
|
f3f70fff14 | ||
|
|
95e83da5c1 | ||
|
|
19a71e7c0a | ||
|
|
cf863702a0 | ||
|
|
b8bb1249c9 | ||
|
|
18078e0e06 | ||
|
|
44622a883f | ||
|
|
3926dcc6be | ||
|
|
65bb3fc101 | ||
|
|
8683a62b4b | ||
|
|
7d1f963820 | ||
|
|
775def1a97 | ||
|
|
180b5fe768 | ||
|
|
e5241751fc | ||
|
|
34f8abfd37 | ||
|
|
65e599f833 | ||
|
|
cae46757dd | ||
|
|
4b575016f3 | ||
|
|
9e5539a5ba |
5
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/1.bug_report.yml
vendored
@@ -14,12 +14,13 @@ body:
|
|||||||
label: Environment
|
label: Environment
|
||||||
description: Please fill out the relevant details below for your environment.
|
description: Please fill out the relevant details below for your environment.
|
||||||
value: |
|
value: |
|
||||||
- OS Type & Version: (e.g., Ubuntu 22.04)
|
- OS Type & Version:
|
||||||
- Pangolin Version:
|
- Pangolin Version:
|
||||||
|
- Edition (Community or Enterprise):
|
||||||
- Gerbil Version:
|
- Gerbil Version:
|
||||||
- Traefik Version:
|
- Traefik Version:
|
||||||
- Newt Version:
|
- Newt Version:
|
||||||
- Olm Version: (if applicable)
|
- Client Version:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
36
.github/dependabot.yml
vendored
36
.github/dependabot.yml
vendored
@@ -1,40 +1,32 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 1
|
||||||
groups:
|
groups:
|
||||||
dev-patch-updates:
|
go-dependencies:
|
||||||
dependency-type: "development"
|
patterns:
|
||||||
update-types:
|
- "*"
|
||||||
- "patch"
|
|
||||||
dev-minor-updates:
|
|
||||||
dependency-type: "development"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
prod-patch-updates:
|
|
||||||
dependency-type: "production"
|
|
||||||
update-types:
|
|
||||||
- "patch"
|
|
||||||
prod-minor-updates:
|
|
||||||
dependency-type: "production"
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 1
|
||||||
groups:
|
groups:
|
||||||
patch-updates:
|
docker-dependencies:
|
||||||
update-types:
|
patterns:
|
||||||
- "patch"
|
- "*"
|
||||||
minor-updates:
|
|
||||||
update-types:
|
|
||||||
- "minor"
|
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
groups:
|
||||||
|
github-actions-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
21
.github/workflows/cicd.yml
vendored
21
.github/workflows/cicd.yml
vendored
@@ -36,16 +36,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
|
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
@@ -57,9 +57,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.25
|
go-version: 1.26
|
||||||
|
|
||||||
- name: Update version in main.go
|
- name: Update version in main.go
|
||||||
run: |
|
run: |
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Login in to GHCR
|
- name: Login in to GHCR
|
||||||
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
@@ -107,8 +107,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
# cosign is used to sign and verify container images (key and keyless)
|
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
|
||||||
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
|
with:
|
||||||
|
cosign-release: v3.0.6
|
||||||
|
|
||||||
- name: Dual-sign and verify (GHCR & Docker Hub)
|
- name: Dual-sign and verify (GHCR & Docker Hub)
|
||||||
# Sign each image by digest using keyless (OIDC) and key-based signing,
|
# Sign each image by digest using keyless (OIDC) and key-based signing,
|
||||||
@@ -155,7 +156,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifacts from /bin
|
- name: Upload artifacts from /bin
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|||||||
2
.github/workflows/mirror.yaml
vendored
2
.github/workflows/mirror.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
skopeo --version
|
skopeo --version
|
||||||
|
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
|
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
|
||||||
|
|
||||||
- name: Input check
|
- name: Input check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -14,12 +14,16 @@ jobs:
|
|||||||
runs-on: amd64-runner
|
runs-on: amd64-runner
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
|
|
||||||
|
- name: Read go version
|
||||||
|
id: goversion
|
||||||
|
run: echo "version=$(cat .go-version)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.26
|
go-version: ${{ steps.goversion.outputs.version }}
|
||||||
|
|
||||||
- name: Build go
|
- name: Build go
|
||||||
run: go build
|
run: go build
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.25
|
1.26
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
FROM golang:1.26-alpine AS builder
|
ARG GO_VERSION=1.26
|
||||||
|
FROM golang:${GO_VERSION}-alpine AS builder
|
||||||
|
|
||||||
# Set the working directory inside the container
|
# Set the working directory inside the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@@ -16,7 +17,7 @@ COPY . .
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil
|
RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil
|
||||||
|
|
||||||
# Start a new stage from scratch
|
# Start a new stage from scratch
|
||||||
FROM alpine:3.23 AS runner
|
FROM alpine:3.24 AS runner
|
||||||
|
|
||||||
RUN apk add --no-cache iptables iproute2
|
RUN apk add --no-cache iptables iproute2
|
||||||
|
|
||||||
@@ -25,4 +26,4 @@ COPY entrypoint.sh /
|
|||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["gerbil"]
|
CMD ["gerbil"]
|
||||||
|
|||||||
6
Makefile
6
Makefile
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
GO_VERSION := $(shell cat .go-version 2>/dev/null)
|
||||||
|
|
||||||
all: build push
|
all: build push
|
||||||
|
|
||||||
docker-build-release:
|
docker-build-release:
|
||||||
@@ -7,10 +9,10 @@ docker-build-release:
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/gerbil:latest -f Dockerfile --push .
|
docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/gerbil:latest -f Dockerfile --push .
|
||||||
docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/gerbil:$(tag) -f Dockerfile --push .
|
docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/gerbil:$(tag) -f Dockerfile --build-arg GO_VERSION=$(GO_VERSION) --push .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t fosrl/gerbil:latest .
|
docker build -t fosrl/gerbil:latest --build-arg GO_VERSION=$(GO_VERSION) .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push fosrl/gerbil:latest
|
docker push fosrl/gerbil:latest
|
||||||
|
|||||||
42
go.mod
42
go.mod
@@ -4,16 +4,16 @@ go 1.26.0
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||||
github.com/prometheus/client_golang v1.20.5
|
github.com/prometheus/client_golang v1.23.2
|
||||||
github.com/vishvananda/netlink v1.3.1
|
github.com/vishvananda/netlink v1.3.1
|
||||||
go.opentelemetry.io/otel v1.43.0
|
go.opentelemetry.io/otel v1.44.0
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0
|
||||||
go.opentelemetry.io/otel/metric v1.43.0
|
go.opentelemetry.io/otel/metric v1.44.0
|
||||||
go.opentelemetry.io/otel/sdk v1.43.0
|
go.opentelemetry.io/otel/sdk v1.44.0
|
||||||
go.opentelemetry.io/otel/sdk/metric v1.43.0
|
go.opentelemetry.io/otel/sdk/metric v1.44.0
|
||||||
golang.org/x/crypto v0.49.0
|
golang.org/x/crypto v0.53.0
|
||||||
golang.org/x/sync v0.20.0
|
golang.org/x/sync v0.21.0
|
||||||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -25,26 +25,26 @@ require (
|
|||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/google/go-cmp v0.7.0 // indirect
|
github.com/google/go-cmp v0.7.0 // indirect
|
||||||
github.com/google/uuid v1.6.0 // indirect
|
github.com/google/uuid v1.6.0 // indirect
|
||||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
|
||||||
github.com/josharian/native v1.1.0 // indirect
|
github.com/josharian/native v1.1.0 // indirect
|
||||||
github.com/klauspost/compress v1.17.9 // indirect
|
|
||||||
github.com/mdlayher/genetlink v1.3.2 // indirect
|
github.com/mdlayher/genetlink v1.3.2 // indirect
|
||||||
github.com/mdlayher/netlink v1.7.2 // indirect
|
github.com/mdlayher/netlink v1.7.2 // indirect
|
||||||
github.com/mdlayher/socket v0.4.1 // indirect
|
github.com/mdlayher/socket v0.4.1 // indirect
|
||||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||||
github.com/prometheus/client_model v0.6.1 // indirect
|
github.com/prometheus/client_model v0.6.2 // indirect
|
||||||
github.com/prometheus/common v0.61.0 // indirect
|
github.com/prometheus/common v0.66.1 // indirect
|
||||||
github.com/prometheus/procfs v0.15.1 // indirect
|
github.com/prometheus/procfs v0.16.1 // indirect
|
||||||
github.com/vishvananda/netns v0.0.5 // indirect
|
github.com/vishvananda/netns v0.0.5 // indirect
|
||||||
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
||||||
go.opentelemetry.io/otel/trace v1.43.0 // indirect
|
go.opentelemetry.io/otel/trace v1.44.0 // indirect
|
||||||
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
|
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
|
||||||
golang.org/x/net v0.52.0 // indirect
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||||
golang.org/x/sys v0.42.0 // indirect
|
golang.org/x/net v0.55.0 // indirect
|
||||||
golang.org/x/text v0.35.0 // indirect
|
golang.org/x/sys v0.46.0 // indirect
|
||||||
|
golang.org/x/text v0.38.0 // indirect
|
||||||
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b // indirect
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b // indirect
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
|
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
|
||||||
google.golang.org/grpc v1.80.0 // indirect
|
google.golang.org/grpc v1.81.1 // indirect
|
||||||
google.golang.org/protobuf v1.36.11 // indirect
|
google.golang.org/protobuf v1.36.11 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
99
go.sum
99
go.sum
@@ -17,12 +17,16 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
|||||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||||
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||||
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
||||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 h1:HWRh5R2+9EifMyIHV7ZV+MIZqgz+PMpZ14Jynv3O2Zs=
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 h1:5VipnvEpbqr2gA2VbM+nYVbkIF28c5ZQfqCBQ5g2xfk=
|
||||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0/go.mod h1:JfhWUomR1baixubs02l85lZYYOm7LV6om4ceouMv45c=
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0/go.mod h1:Hyl3n6Twe1hvtd9XUXDec4pTvgMSEixRuQKPTMH2bNs=
|
||||||
github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=
|
github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=
|
||||||
github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2Cu7qoaN2w=
|
github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2Cu7qoaN2w=
|
||||||
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
|
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
|
||||||
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
|
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
|
||||||
|
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
||||||
|
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
||||||
|
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||||
|
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
||||||
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
|
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
|
||||||
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
|
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
|
||||||
github.com/mdlayher/genetlink v1.3.2 h1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw=
|
github.com/mdlayher/genetlink v1.3.2 h1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw=
|
||||||
@@ -39,14 +43,16 @@ github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaR
|
|||||||
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
|
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
|
||||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||||
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=
|
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
|
||||||
github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
|
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
|
||||||
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
|
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
|
||||||
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
|
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
|
||||||
github.com/prometheus/common v0.61.0 h1:3gv/GThfX0cV2lpO7gkTUwZru38mxevy90Bj8YFSRQQ=
|
github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs=
|
||||||
github.com/prometheus/common v0.61.0/go.mod h1:zr29OCN/2BsJRaFwG8QOBr41D6kkchKbpeNH7pAjb/s=
|
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
|
||||||
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
|
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
|
||||||
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
|
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
|
||||||
|
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
|
||||||
|
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
|
||||||
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
||||||
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
||||||
github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0=
|
github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0=
|
||||||
@@ -55,47 +61,56 @@ github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zd
|
|||||||
github.com/vishvananda/netns v0.0.5/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
|
github.com/vishvananda/netns v0.0.5/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
|
||||||
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
|
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
|
||||||
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
|
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
|
||||||
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
|
go.opentelemetry.io/otel v1.44.0 h1:JjwHmHpA4iZ3wBxluu2fbbE7j4kqlE8jXyAyPXH7HqU=
|
||||||
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
|
go.opentelemetry.io/otel v1.44.0/go.mod h1:BMgjTHL9WPRlRjL2oZCBTL4whCGtXch2H4BhOPIAyYc=
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0 h1:8UQVDcZxOJLtX6gxtDt3vY2WTgvZqMQRzjsqiIHQdkc=
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 h1:SUplec5dp06reu1zaXmOXdvqH398taqrDXqUl99jxSc=
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0/go.mod h1:2lmweYCiHYpEjQ/lSJBYhj9jP1zvCvQW4BqL9dnT7FQ=
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0/go.mod h1:ho2g4N+ane+swq5I/VBkKWnRDY4kUINH3FuqyZqX/Ug=
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 h1:w1K+pCJoPpQifuVpsKamUdn9U0zM3xUziVOqsGksUrY=
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 h1:RuynHbfU8JUEw7DyONgkVYg2SVtsoF28y0LGIr69jgA=
|
||||||
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0/go.mod h1:HBy4BjzgVE8139ieRI75oXm3EcDN+6GhD88JT1Kjvxg=
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0/go.mod h1:qZF+/lBs71APw8mlnEZcqZHMzqrYrsFiJOv83lX1OGo=
|
||||||
go.opentelemetry.io/otel/metric v1.43.0 h1:d7638QeInOnuwOONPp4JAOGfbCEpYb+K6DVWvdxGzgM=
|
go.opentelemetry.io/otel/metric v1.44.0 h1:1w0gILTcHdr3YI+ixLyjemwrVnsMURbTZFrSYCdDdmc=
|
||||||
go.opentelemetry.io/otel/metric v1.43.0/go.mod h1:RDnPtIxvqlgO8GRW18W6Z/4P462ldprJtfxHxyKd2PY=
|
go.opentelemetry.io/otel/metric v1.44.0/go.mod h1:8O7hanEPBNgEMmybD3s2VBKcgWOCsA6tzHBPODAiquo=
|
||||||
go.opentelemetry.io/otel/sdk v1.43.0 h1:pi5mE86i5rTeLXqoF/hhiBtUNcrAGHLKQdhg4h4V9Dg=
|
go.opentelemetry.io/otel/metric/x v0.66.0 h1:YkCrx1zLOChi9ZcZ6euupOcsgzbVlec7D/xoEU1+cTA=
|
||||||
go.opentelemetry.io/otel/sdk v1.43.0/go.mod h1:P+IkVU3iWukmiit/Yf9AWvpyRDlUeBaRg6Y+C58QHzg=
|
go.opentelemetry.io/otel/metric/x v0.66.0/go.mod h1:d1+BDj9t96do0/1LoU1ayfCv79ZgNE41qbhBvnMOBZk=
|
||||||
go.opentelemetry.io/otel/sdk/metric v1.43.0 h1:S88dyqXjJkuBNLeMcVPRFXpRw2fuwdvfCGLEo89fDkw=
|
go.opentelemetry.io/otel/sdk v1.44.0 h1:nHYwb9lK+fJPU/dnT6s7W7Z8itMWyqrnVfbheVYrZ58=
|
||||||
go.opentelemetry.io/otel/sdk/metric v1.43.0/go.mod h1:C/RJtwSEJ5hzTiUz5pXF1kILHStzb9zFlIEe85bhj6A=
|
go.opentelemetry.io/otel/sdk v1.44.0/go.mod h1:Osuydd3Se74nqjAKxid74N5eC+jfEqfTegHRnq58oK0=
|
||||||
go.opentelemetry.io/otel/trace v1.43.0 h1:BkNrHpup+4k4w+ZZ86CZoHHEkohws8AY+WTX09nk+3A=
|
go.opentelemetry.io/otel/sdk/metric v1.44.0 h1:3LlKgI+VjbVsjNRFZJZAJ30WjXC5VkNRks6si09iEfI=
|
||||||
go.opentelemetry.io/otel/trace v1.43.0/go.mod h1:/QJhyVBUUswCphDVxq+8mld+AvhXZLhe+8WVFxiFff0=
|
go.opentelemetry.io/otel/sdk/metric v1.44.0/go.mod h1:5B5pMARnXxKhltooO4xUuCBorl65a4EpnTalObqOigA=
|
||||||
|
go.opentelemetry.io/otel/trace v1.44.0 h1:jxF5CsGYCe74MCRx2X4g7WsY/VBKRqqpNvXlX/6gtIk=
|
||||||
|
go.opentelemetry.io/otel/trace v1.44.0/go.mod h1:oLl1jrMQAVo6v3GAggN+1VH9VIz9iUSvW53sW1Q8PIE=
|
||||||
go.opentelemetry.io/proto/otlp v1.10.0 h1:IQRWgT5srOCYfiWnpqUYz9CVmbO8bFmKcwYxpuCSL2g=
|
go.opentelemetry.io/proto/otlp v1.10.0 h1:IQRWgT5srOCYfiWnpqUYz9CVmbO8bFmKcwYxpuCSL2g=
|
||||||
go.opentelemetry.io/proto/otlp v1.10.0/go.mod h1:/CV4QoCR/S9yaPj8utp3lvQPoqMtxXdzn7ozvvozVqk=
|
go.opentelemetry.io/proto/otlp v1.10.0/go.mod h1:/CV4QoCR/S9yaPj8utp3lvQPoqMtxXdzn7ozvvozVqk=
|
||||||
golang.org/x/crypto v0.49.0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4=
|
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||||
golang.org/x/crypto v0.49.0/go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA=
|
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
|
||||||
golang.org/x/net v0.52.0 h1:He/TN1l0e4mmR3QqHMT2Xab3Aj3L9qjbhRm78/6jrW0=
|
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
|
||||||
golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
|
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
|
||||||
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
|
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
|
||||||
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
|
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
|
||||||
|
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
|
||||||
|
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
|
||||||
|
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
|
||||||
|
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
|
||||||
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
|
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
|
||||||
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||||
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=
|
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
|
||||||
golang.org/x/text v0.35.0/go.mod h1:khi/HExzZJ2pGnjenulevKNX1W67CUy0AsXcNubPGCA=
|
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
|
||||||
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b h1:J1CaxgLerRR5lgx3wnr6L04cJFbWoceSK9JWBdglINo=
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b h1:J1CaxgLerRR5lgx3wnr6L04cJFbWoceSK9JWBdglINo=
|
||||||
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b/go.mod h1:tqur9LnfstdR9ep2LaJT4lFUl0EjlHtge+gAjmsHUG4=
|
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b/go.mod h1:tqur9LnfstdR9ep2LaJT4lFUl0EjlHtge+gAjmsHUG4=
|
||||||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 h1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 h1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=
|
||||||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6/go.mod h1:3rxYc4HtVcSG9gVaTs2GEBdehh+sYPOwKtyUWEOTb80=
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6/go.mod h1:3rxYc4HtVcSG9gVaTs2GEBdehh+sYPOwKtyUWEOTb80=
|
||||||
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
|
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
|
||||||
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
|
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 h1:VPWxll4HlMw1Vs/qXtN7BvhZqsS9cdAittCNvVENElA=
|
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa h1:Kjn0N0tCrDgiAFW+lGO4JZ3ck44CehvJQMAwj9QF0G8=
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9/go.mod h1:7QBABkRtR8z+TEnmXTqIqwJLlzrZKVfAUm7tY3yGv0M=
|
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa/go.mod h1:q4lMZS6kskjT5HvCPrnnypcDPVJqT/f4nfxmkE7gryY=
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 h1:m8qni9SQFH0tJc1X0vmnpw/0t+AImlSvp30sEupozUg=
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa h1:mZHHdPZl0dbGHCflZgAq/Q468DWVFcU2whhB2KAo8fk=
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
|
||||||
google.golang.org/grpc v1.80.0 h1:Xr6m2WmWZLETvUNvIUmeD5OAagMw3FiKmMlTdViWsHM=
|
google.golang.org/grpc v1.81.1 h1:VnnIIZ88UzOOKLukQi+ImGz8O1Wdp8nAGGnvOfEIWQQ=
|
||||||
google.golang.org/grpc v1.80.0/go.mod h1:ho/dLnxwi3EDJA4Zghp7k2Ec1+c2jqup0bFkw07bwF4=
|
google.golang.org/grpc v1.81.1/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I=
|
||||||
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
|
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
|
||||||
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
|
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
|
||||||
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||||
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
||||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ var (
|
|||||||
udpPacketSizeBytes observability.Histogram
|
udpPacketSizeBytes observability.Histogram
|
||||||
holePunchEventsTotal observability.Counter
|
holePunchEventsTotal observability.Counter
|
||||||
proxyMappingActive observability.UpDownCounter
|
proxyMappingActive observability.UpDownCounter
|
||||||
|
relayUDPConnectionsActive observability.UpDownCounter
|
||||||
sessionRebuiltTotal observability.Counter
|
sessionRebuiltTotal observability.Counter
|
||||||
commPatternActive observability.UpDownCounter
|
commPatternActive observability.UpDownCounter
|
||||||
proxyCleanupRemovedTotal observability.Counter
|
proxyCleanupRemovedTotal observability.Counter
|
||||||
@@ -342,6 +343,11 @@ func createInstruments() error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
relayUDPConnectionsActive, err = newUpDownCounter("gerbil_relay_udp_connections_active",
|
||||||
|
"Number of open per-peer outbound UDP sockets held by the relay connection pool", "ifname")
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
sessionRebuiltTotal, err = newCounter("gerbil_session_rebuilt_total",
|
sessionRebuiltTotal, err = newCounter("gerbil_session_rebuilt_total",
|
||||||
"Count of sessions rebuilt from communication patterns", "ifname")
|
"Count of sessions rebuilt from communication patterns", "ifname")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -711,6 +717,13 @@ func RecordSession(ifname string, delta int64) {
|
|||||||
activeSessions.Add(context.Background(), delta, observability.Labels{"ifname": ifname})
|
activeSessions.Add(context.Background(), delta, observability.Labels{"ifname": ifname})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func RecordUDPConnection(ifname string, delta int64) {
|
||||||
|
if relayUDPConnectionsActive == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
relayUDPConnectionsActive.Add(context.Background(), delta, observability.Labels{"ifname": ifname})
|
||||||
|
}
|
||||||
|
|
||||||
func RecordSessionRebuilt(ifname string) {
|
func RecordSessionRebuilt(ifname string) {
|
||||||
if sessionRebuiltTotal == nil {
|
if sessionRebuiltTotal == nil {
|
||||||
return
|
return
|
||||||
|
|||||||
263
main.go
263
main.go
@@ -3,6 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
|
"crypto/tls"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"flag"
|
"flag"
|
||||||
@@ -11,10 +12,12 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"net/http/httputil"
|
||||||
_ "net/http/pprof"
|
_ "net/http/pprof"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
"runtime/pprof"
|
"runtime/pprof"
|
||||||
"strconv"
|
"strconv"
|
||||||
@@ -46,6 +49,7 @@ var (
|
|||||||
doTrafficShaping bool
|
doTrafficShaping bool
|
||||||
bandwidthLimit string
|
bandwidthLimit string
|
||||||
ifbName string // IFB device name for ingress traffic shaping
|
ifbName string // IFB device name for ingress traffic shaping
|
||||||
|
disableFirewall bool
|
||||||
)
|
)
|
||||||
|
|
||||||
type WgConfig struct {
|
type WgConfig struct {
|
||||||
@@ -102,6 +106,144 @@ type UpdateDestinationsRequest struct {
|
|||||||
Destinations []relay.PeerDestination `json:"destinations"`
|
Destinations []relay.PeerDestination `json:"destinations"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pangolinDestHeader carries the downstream host:port (reachable over the
|
||||||
|
// WireGuard interface) that a /router request should be rewritten to,
|
||||||
|
// optionally prefixed with a scheme (e.g. "https://100.96.128.1:443"). It is
|
||||||
|
// stripped before the request is forwarded.
|
||||||
|
const pangolinDestHeader = "p-dest-header"
|
||||||
|
|
||||||
|
// pangolinHostHeader optionally carries the Host header value that should be
|
||||||
|
// sent to the destination, when it differs from pangolinDestHeader (e.g. the
|
||||||
|
// target's configured IP/hostname rather than the WireGuard routing
|
||||||
|
// address). It is stripped before the request is forwarded. When absent,
|
||||||
|
// the destination from pangolinDestHeader is used as the Host header, same
|
||||||
|
// as before.
|
||||||
|
const pangolinHostHeader = "p-dest-host-header"
|
||||||
|
|
||||||
|
// splitDestHeader separates an optional "scheme://" prefix from a
|
||||||
|
// pangolinDestHeader value, defaulting to "http" when none is present.
|
||||||
|
func splitDestHeader(dest string) (scheme, host string) {
|
||||||
|
if s, rest, ok := strings.Cut(dest, "://"); ok {
|
||||||
|
return s, rest
|
||||||
|
}
|
||||||
|
return "http", dest
|
||||||
|
}
|
||||||
|
|
||||||
|
// hostname strips an optional ":port" suffix from a host header value.
|
||||||
|
func hostname(hostport string) string {
|
||||||
|
if h, _, err := net.SplitHostPort(hostport); err == nil {
|
||||||
|
return h
|
||||||
|
}
|
||||||
|
return hostport
|
||||||
|
}
|
||||||
|
|
||||||
|
// routerSNIContextKey carries the TLS ServerName (SNI) that
|
||||||
|
// routerTransport's DialTLSContext should present, since we dial the
|
||||||
|
// WireGuard destination IP but the remote end typically terminates TLS
|
||||||
|
// based on the original hostname (pangolinHostHeader), not that IP.
|
||||||
|
type routerSNIContextKey struct{}
|
||||||
|
|
||||||
|
// routerTransport is routerProxy's RoundTripper. It mirrors
|
||||||
|
// http.DefaultTransport except for TLS dials, where it sets the SNI from
|
||||||
|
// routerSNIContextKey instead of letting it default to the dial address
|
||||||
|
// (the WireGuard IP), which the destination's TLS termination won't have a
|
||||||
|
// matching certificate/route for.
|
||||||
|
var routerTransport = &http.Transport{
|
||||||
|
Proxy: http.ProxyFromEnvironment,
|
||||||
|
DialTLSContext: func(ctx context.Context, network, addr string) (net.Conn, error) {
|
||||||
|
serverName := hostname(addr)
|
||||||
|
if sni, ok := ctx.Value(routerSNIContextKey{}).(string); ok && sni != "" {
|
||||||
|
serverName = sni
|
||||||
|
}
|
||||||
|
dialer := &tls.Dialer{Config: &tls.Config{ServerName: serverName}}
|
||||||
|
return dialer.DialContext(ctx, network, addr)
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
// logDebugRequest dumps a request's destination, headers, and body at debug
|
||||||
|
// level for troubleshooting (e.g. verifying an auth header made it through
|
||||||
|
// the proxy chain intact). It reads and restores req.Body so the request can
|
||||||
|
// still be sent afterward. Header values (including secrets like API keys)
|
||||||
|
// are logged as-is - only intended to be enabled for local troubleshooting.
|
||||||
|
func logDebugRequest(label string, req *http.Request) {
|
||||||
|
var headerLines strings.Builder
|
||||||
|
for name, values := range req.Header {
|
||||||
|
for _, v := range values {
|
||||||
|
fmt.Fprintf(&headerLines, "\n %s: %s", name, v)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body := []byte("<empty>")
|
||||||
|
if req.Body != nil {
|
||||||
|
data, err := io.ReadAll(req.Body)
|
||||||
|
req.Body.Close()
|
||||||
|
if err != nil {
|
||||||
|
logger.Error("%s: failed to read body for logging: %v", label, err)
|
||||||
|
} else {
|
||||||
|
body = data
|
||||||
|
}
|
||||||
|
req.Body = io.NopCloser(bytes.NewReader(data))
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.Debug("%s: %s %s://%s%s headers:%s\nbody: %s", label, req.Method, req.URL.Scheme, req.Host, req.URL.RequestURI(), headerLines.String(), body)
|
||||||
|
}
|
||||||
|
|
||||||
|
// routerProxy forwards /router/* requests from the Pangolin AI gateway to a
|
||||||
|
// destination on the WireGuard network, as named by pangolinDestHeader.
|
||||||
|
// Used for proxying AI chat completion requests (incl. streaming) to
|
||||||
|
// providers reachable only from a site.
|
||||||
|
var routerProxy = &httputil.ReverseProxy{
|
||||||
|
Rewrite: func(pr *httputil.ProxyRequest) {
|
||||||
|
scheme, dest := splitDestHeader(pr.In.Header.Get(pangolinDestHeader))
|
||||||
|
|
||||||
|
pr.Out.URL.Scheme = scheme
|
||||||
|
pr.Out.URL.Host = dest
|
||||||
|
pr.Out.URL.Path = strings.TrimPrefix(pr.In.URL.Path, "/router")
|
||||||
|
if !strings.HasPrefix(pr.Out.URL.Path, "/") {
|
||||||
|
pr.Out.URL.Path = "/" + pr.Out.URL.Path
|
||||||
|
}
|
||||||
|
pr.Out.URL.RawPath = ""
|
||||||
|
pr.Out.Host = dest
|
||||||
|
if hostOverride := pr.In.Header.Get(pangolinHostHeader); hostOverride != "" {
|
||||||
|
pr.Out.Host = hostOverride
|
||||||
|
ctx := context.WithValue(pr.Out.Context(), routerSNIContextKey{}, hostname(hostOverride))
|
||||||
|
pr.Out = pr.Out.WithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
pr.Out.Header.Del(pangolinDestHeader)
|
||||||
|
pr.Out.Header.Del(pangolinHostHeader)
|
||||||
|
|
||||||
|
logger.Debug("Router proxy: %s %s -> %s (Host: %s)", pr.In.Method, pr.In.URL.Path, pr.Out.URL.String(), pr.Out.Host)
|
||||||
|
logDebugRequest("Router outbound request", pr.Out)
|
||||||
|
},
|
||||||
|
Transport: routerTransport,
|
||||||
|
// Flush written bytes to the client immediately rather than buffering,
|
||||||
|
// which is required for SSE-based streaming chat completions.
|
||||||
|
FlushInterval: -1,
|
||||||
|
ErrorHandler: func(w http.ResponseWriter, r *http.Request, err error) {
|
||||||
|
logger.Error("Router proxy error for %s: %v", r.URL.Path, err)
|
||||||
|
http.Error(w, "Bad gateway", http.StatusBadGateway)
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
func handleRouter(w http.ResponseWriter, r *http.Request) {
|
||||||
|
dest := r.Header.Get(pangolinDestHeader)
|
||||||
|
hostOverride := r.Header.Get(pangolinHostHeader)
|
||||||
|
logger.Debug("Router request received: %s %s dest=%s host=%s remote=%s", r.Method, r.URL.Path, dest, hostOverride, r.RemoteAddr)
|
||||||
|
|
||||||
|
if dest == "" {
|
||||||
|
http.Error(w, fmt.Sprintf("Missing %s header", pangolinDestHeader), http.StatusBadRequest)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
_, host := splitDestHeader(dest)
|
||||||
|
if _, _, err := net.SplitHostPort(host); err != nil {
|
||||||
|
http.Error(w, "Invalid destination", http.StatusBadRequest)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
routerProxy.ServeHTTP(w, r)
|
||||||
|
}
|
||||||
|
|
||||||
// httpMetricsMiddleware wraps HTTP handlers with metrics tracking
|
// httpMetricsMiddleware wraps HTTP handlers with metrics tracking
|
||||||
func httpMetricsMiddleware(endpoint string, handler http.HandlerFunc) http.HandlerFunc {
|
func httpMetricsMiddleware(endpoint string, handler http.HandlerFunc) http.HandlerFunc {
|
||||||
return func(w http.ResponseWriter, r *http.Request) {
|
return func(w http.ResponseWriter, r *http.Request) {
|
||||||
@@ -131,6 +273,16 @@ func (w *responseWriterWrapper) WriteHeader(statusCode int) {
|
|||||||
w.ResponseWriter.WriteHeader(statusCode)
|
w.ResponseWriter.WriteHeader(statusCode)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Unwrap exposes the underlying ResponseWriter so http.ResponseController
|
||||||
|
// (used by httputil.ReverseProxy's streaming Flush, and by Hijack/Push
|
||||||
|
// callers) can see through this wrapper to the real http.Flusher etc.
|
||||||
|
// Without this, ReverseProxy's flushes on /router/* silently no-op and
|
||||||
|
// streamed responses (e.g. SSE) get buffered until the response completes
|
||||||
|
// instead of being forwarded incrementally.
|
||||||
|
func (w *responseWriterWrapper) Unwrap() http.ResponseWriter {
|
||||||
|
return w.ResponseWriter
|
||||||
|
}
|
||||||
|
|
||||||
func parseLogLevel(level string) logger.LogLevel {
|
func parseLogLevel(level string) logger.LogLevel {
|
||||||
switch strings.ToUpper(level) {
|
switch strings.ToUpper(level) {
|
||||||
case "DEBUG":
|
case "DEBUG":
|
||||||
@@ -149,8 +301,6 @@ func parseLogLevel(level string) logger.LogLevel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
go monitorMemory(1024 * 1024 * 512) // trigger if memory usage exceeds 512MB
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
err error
|
err error
|
||||||
wgconfig WgConfig
|
wgconfig WgConfig
|
||||||
@@ -196,6 +346,7 @@ func main() {
|
|||||||
proxyProtocolStr := os.Getenv("PROXY_PROTOCOL")
|
proxyProtocolStr := os.Getenv("PROXY_PROTOCOL")
|
||||||
doTrafficShapingStr := os.Getenv("DO_TRAFFIC_SHAPING")
|
doTrafficShapingStr := os.Getenv("DO_TRAFFIC_SHAPING")
|
||||||
bandwidthLimitStr := os.Getenv("BANDWIDTH_LIMIT")
|
bandwidthLimitStr := os.Getenv("BANDWIDTH_LIMIT")
|
||||||
|
disableFirewallStr := os.Getenv("DISABLE_FIREWALL")
|
||||||
|
|
||||||
// Read metrics env vars (defaults applied by DefaultMetricsConfig; these override defaults).
|
// Read metrics env vars (defaults applied by DefaultMetricsConfig; these override defaults).
|
||||||
metricsEnabled = true // default
|
metricsEnabled = true // default
|
||||||
@@ -316,6 +467,13 @@ func main() {
|
|||||||
flag.BoolVar(&doTrafficShaping, "do-traffic-shaping", false, "Whether to set up traffic shaping rules for peers (requires tc command and root privileges)")
|
flag.BoolVar(&doTrafficShaping, "do-traffic-shaping", false, "Whether to set up traffic shaping rules for peers (requires tc command and root privileges)")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if disableFirewallStr != "" {
|
||||||
|
disableFirewall = strings.ToLower(disableFirewallStr) == "true"
|
||||||
|
}
|
||||||
|
if disableFirewallStr == "" {
|
||||||
|
flag.BoolVar(&disableFirewall, "disable-firewall", false, "Disable WireGuard firewall rules to allow all inbound traffic on the interface")
|
||||||
|
}
|
||||||
|
|
||||||
if bandwidthLimitStr != "" {
|
if bandwidthLimitStr != "" {
|
||||||
bandwidthLimit = bandwidthLimitStr
|
bandwidthLimit = bandwidthLimitStr
|
||||||
}
|
}
|
||||||
@@ -335,6 +493,15 @@ func main() {
|
|||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
// Heap profiles are dumped into the configured config directory (the same
|
||||||
|
// directory as the config file, or /var/config as a fallback for remote-config
|
||||||
|
// setups) so they land on the volume the operator actually has mounted.
|
||||||
|
heapDir := "/var/config/heap"
|
||||||
|
if configFile != "" {
|
||||||
|
heapDir = filepath.Join(filepath.Dir(configFile), "heap")
|
||||||
|
}
|
||||||
|
go monitorMemory(1024*1024*512, heapDir) // trigger if memory usage exceeds 512MB
|
||||||
|
|
||||||
// Derive IFB device name from the WireGuard interface name (Linux limit: 15 chars)
|
// Derive IFB device name from the WireGuard interface name (Linux limit: 15 chars)
|
||||||
ifbName = "ifb_" + interfaceName
|
ifbName = "ifb_" + interfaceName
|
||||||
if len(ifbName) > 15 {
|
if len(ifbName) > 15 {
|
||||||
@@ -551,6 +718,7 @@ func main() {
|
|||||||
http.HandleFunc("/update-destinations", httpMetricsMiddleware("update_destinations", handleUpdateDestinations))
|
http.HandleFunc("/update-destinations", httpMetricsMiddleware("update_destinations", handleUpdateDestinations))
|
||||||
http.HandleFunc("/update-local-snis", httpMetricsMiddleware("update_local_snis", handleUpdateLocalSNIs))
|
http.HandleFunc("/update-local-snis", httpMetricsMiddleware("update_local_snis", handleUpdateLocalSNIs))
|
||||||
http.HandleFunc("/healthz", httpMetricsMiddleware("healthz", handleHealthz))
|
http.HandleFunc("/healthz", httpMetricsMiddleware("healthz", handleHealthz))
|
||||||
|
http.HandleFunc("/router/", httpMetricsMiddleware("router", handleRouter))
|
||||||
|
|
||||||
// Register metrics endpoint only for Prometheus backend.
|
// Register metrics endpoint only for Prometheus backend.
|
||||||
// OTel backend pushes to a collector; no /metrics endpoint needed.
|
// OTel backend pushes to a collector; no /metrics endpoint needed.
|
||||||
@@ -732,7 +900,9 @@ func ensureWireguardInterface(wgconfig WgConfig) error {
|
|||||||
logger.Warn("Failed to ensure MSS clamping: %v", err)
|
logger.Warn("Failed to ensure MSS clamping: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := ensureWireguardFirewall(); err != nil {
|
if disableFirewall {
|
||||||
|
logger.Warn("Firewall disabled: all inbound traffic on %s will be allowed", interfaceName)
|
||||||
|
} else if err := ensureWireguardFirewall(wgconfig.IpAddress); err != nil {
|
||||||
logger.Warn("Failed to ensure WireGuard firewall rules: %v", err)
|
logger.Warn("Failed to ensure WireGuard firewall rules: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -908,11 +1078,18 @@ func ensureMSSClamping() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ensureWireguardFirewall() error {
|
func ensureWireguardFirewall(localIpAddress string) error {
|
||||||
// Rules to enforce:
|
// Rules to enforce:
|
||||||
// 1. Allow established/related connections (responses to our outbound traffic)
|
// 1. Allow established/related connections (responses to our outbound traffic)
|
||||||
// 2. Allow ICMP ping packets
|
// 2. Allow ICMP ping packets
|
||||||
// 3. Drop all other inbound traffic from peers
|
// 3. Allow inbound traffic to ports 80/443 on the local IP only (for Traefik)
|
||||||
|
// 4. Drop all other inbound traffic from peers
|
||||||
|
|
||||||
|
// Strip any CIDR suffix so we're left with just the host IP
|
||||||
|
localIp := localIpAddress
|
||||||
|
if ip, _, err := net.ParseCIDR(localIpAddress); err == nil {
|
||||||
|
localIp = ip.String()
|
||||||
|
}
|
||||||
|
|
||||||
// Define the rules we want to ensure exist
|
// Define the rules we want to ensure exist
|
||||||
rules := [][]string{
|
rules := [][]string{
|
||||||
@@ -932,6 +1109,24 @@ func ensureWireguardFirewall() error {
|
|||||||
"--icmp-type", "8",
|
"--icmp-type", "8",
|
||||||
"-j", "ACCEPT",
|
"-j", "ACCEPT",
|
||||||
},
|
},
|
||||||
|
// Allow inbound HTTP to the local IP only (for Traefik)
|
||||||
|
{
|
||||||
|
"-A", "INPUT",
|
||||||
|
"-i", interfaceName,
|
||||||
|
"-p", "tcp",
|
||||||
|
"--dport", "80",
|
||||||
|
"-d", localIp,
|
||||||
|
"-j", "ACCEPT",
|
||||||
|
},
|
||||||
|
// Allow inbound HTTPS to the local IP only (for Traefik)
|
||||||
|
{
|
||||||
|
"-A", "INPUT",
|
||||||
|
"-i", interfaceName,
|
||||||
|
"-p", "tcp",
|
||||||
|
"--dport", "443",
|
||||||
|
"-d", localIp,
|
||||||
|
"-j", "ACCEPT",
|
||||||
|
},
|
||||||
// Drop all other inbound traffic from WireGuard interface
|
// Drop all other inbound traffic from WireGuard interface
|
||||||
{
|
{
|
||||||
"-A", "INPUT",
|
"-A", "INPUT",
|
||||||
@@ -1493,6 +1688,24 @@ func calculatePeerBandwidth() ([]PeerBandwidth, error) {
|
|||||||
return peerBandwidths, nil
|
return peerBandwidths, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// defaultBandwidthReportBatchSize caps how many peer bandwidth readings are
|
||||||
|
// sent in a single POST. Reporting every peer in one request grows unbounded
|
||||||
|
// with fleet size and can exceed the remote server's request body limit,
|
||||||
|
// which surfaces as "413 Payload Too Large" and silently drops that whole
|
||||||
|
// report cycle. Overridable via GERBIL_BANDWIDTH_BATCH_SIZE.
|
||||||
|
const defaultBandwidthReportBatchSize = 250
|
||||||
|
|
||||||
|
var bandwidthReportBatchSize = loadBandwidthReportBatchSize()
|
||||||
|
|
||||||
|
func loadBandwidthReportBatchSize() int {
|
||||||
|
if v := os.Getenv("GERBIL_BANDWIDTH_BATCH_SIZE"); v != "" {
|
||||||
|
if n, err := strconv.Atoi(v); err == nil && n > 0 {
|
||||||
|
return n
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return defaultBandwidthReportBatchSize
|
||||||
|
}
|
||||||
|
|
||||||
func reportPeerBandwidth(apiURL string) error {
|
func reportPeerBandwidth(apiURL string) error {
|
||||||
bandwidths, err := calculatePeerBandwidth()
|
bandwidths, err := calculatePeerBandwidth()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -1501,26 +1714,47 @@ func reportPeerBandwidth(apiURL string) error {
|
|||||||
return fmt.Errorf("failed to calculate peer bandwidth: %v", err)
|
return fmt.Errorf("failed to calculate peer bandwidth: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
jsonData, err := json.Marshal(bandwidths)
|
if len(bandwidths) == 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var batchErrs []error
|
||||||
|
for start := 0; start < len(bandwidths); start += bandwidthReportBatchSize {
|
||||||
|
end := start + bandwidthReportBatchSize
|
||||||
|
if end > len(bandwidths) {
|
||||||
|
end = len(bandwidths)
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := sendPeerBandwidthBatch(apiURL, bandwidths[start:end]); err != nil {
|
||||||
|
metrics.RecordBandwidthReport("error")
|
||||||
|
batchErrs = append(batchErrs, err)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
metrics.RecordBandwidthReport("success")
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(batchErrs) > 0 {
|
||||||
|
return fmt.Errorf("failed to report %d bandwidth batch(es): %w", len(batchErrs), errors.Join(batchErrs...))
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func sendPeerBandwidthBatch(apiURL string, batch []PeerBandwidth) error {
|
||||||
|
jsonData, err := json.Marshal(batch)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
metrics.RecordBandwidthReport("error")
|
|
||||||
return fmt.Errorf("failed to marshal bandwidth data: %v", err)
|
return fmt.Errorf("failed to marshal bandwidth data: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
resp, err := http.Post(apiURL, "application/json", bytes.NewBuffer(jsonData))
|
resp, err := http.Post(apiURL, "application/json", bytes.NewBuffer(jsonData))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
metrics.RecordBandwidthReport("error")
|
|
||||||
return fmt.Errorf("failed to send bandwidth data: %v", err)
|
return fmt.Errorf("failed to send bandwidth data: %v", err)
|
||||||
}
|
}
|
||||||
defer resp.Body.Close()
|
defer resp.Body.Close()
|
||||||
|
|
||||||
if resp.StatusCode != http.StatusOK {
|
if resp.StatusCode != http.StatusOK {
|
||||||
metrics.RecordBandwidthReport("error")
|
|
||||||
return fmt.Errorf("API returned non-OK status: %s", resp.Status)
|
return fmt.Errorf("API returned non-OK status: %s", resp.Status)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Record successful bandwidth report
|
|
||||||
metrics.RecordBandwidthReport("success")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1549,7 +1783,7 @@ func notifyPeerChange(action, publicKey string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func monitorMemory(limit uint64) {
|
func monitorMemory(limit uint64, heapDir string) {
|
||||||
var m runtime.MemStats
|
var m runtime.MemStats
|
||||||
for {
|
for {
|
||||||
runtime.ReadMemStats(&m)
|
runtime.ReadMemStats(&m)
|
||||||
@@ -1565,8 +1799,9 @@ func monitorMemory(limit uint64) {
|
|||||||
// Record memory spike metric
|
// Record memory spike metric
|
||||||
metrics.RecordMemorySpike(severity)
|
metrics.RecordMemorySpike(severity)
|
||||||
|
|
||||||
f, err := os.Create(fmt.Sprintf("/var/config/heap/heap-spike-%d.pprof", time.Now().Unix()))
|
if err := os.MkdirAll(heapDir, 0o755); err != nil {
|
||||||
if err != nil {
|
log.Println("could not create heap profile directory:", err)
|
||||||
|
} else if f, err := os.Create(filepath.Join(heapDir, fmt.Sprintf("heap-spike-%d.pprof", time.Now().Unix()))); err != nil {
|
||||||
log.Println("could not create profile:", err)
|
log.Println("could not create profile:", err)
|
||||||
} else {
|
} else {
|
||||||
pprof.WriteHeapProfile(f)
|
pprof.WriteHeapProfile(f)
|
||||||
|
|||||||
365
relay/relay.go
365
relay/relay.go
@@ -1,6 +1,7 @@
|
|||||||
package relay
|
package relay
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"bufio"
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
@@ -9,8 +10,11 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"strconv"
|
||||||
"sync"
|
"sync"
|
||||||
|
"sync/atomic"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/fosrl/gerbil/internal/metrics"
|
"github.com/fosrl/gerbil/internal/metrics"
|
||||||
@@ -59,8 +63,31 @@ type PeerDestination struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type DestinationConn struct {
|
type DestinationConn struct {
|
||||||
conn *net.UDPConn
|
conn *net.UDPConn
|
||||||
lastUsed time.Time
|
// lastUsed is unix nanoseconds, read/written via atomic ops since it's
|
||||||
|
// touched from packet workers and the response goroutine concurrently
|
||||||
|
// with no lock, and is also scanned for LRU eviction below.
|
||||||
|
lastUsed atomic.Int64
|
||||||
|
}
|
||||||
|
|
||||||
|
// defaultMaxUDPConnections caps the number of concurrent per-peer outbound
|
||||||
|
// UDP sockets the relay will keep open in s.connections. Without a cap, a
|
||||||
|
// burst of peer churn creates sockets faster than the 5-minute idle cleanup
|
||||||
|
// can reap them, exhausting the host's ephemeral port range or fd ulimit.
|
||||||
|
// That surfaces as "dial udp ...: resource temporarily unavailable" on every
|
||||||
|
// subsequent packet and pegs the CPU logging the flood (outage 2026-07-03,
|
||||||
|
// recurrence 2026-07-05). Overridable via GERBIL_MAX_UDP_CONNECTIONS.
|
||||||
|
const defaultMaxUDPConnections = 8192
|
||||||
|
|
||||||
|
var maxUDPConnections = loadMaxUDPConnections()
|
||||||
|
|
||||||
|
func loadMaxUDPConnections() int64 {
|
||||||
|
if v := os.Getenv("GERBIL_MAX_UDP_CONNECTIONS"); v != "" {
|
||||||
|
if n, err := strconv.ParseInt(v, 10, 64); err == nil && n > 0 {
|
||||||
|
return n
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return defaultMaxUDPConnections
|
||||||
}
|
}
|
||||||
|
|
||||||
// Type for storing WireGuard handshake information
|
// Type for storing WireGuard handshake information
|
||||||
@@ -137,6 +164,24 @@ const (
|
|||||||
WireGuardMessageTypeTransportData = 4
|
WireGuardMessageTypeTransportData = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// cachedEndpointState holds the last-known endpoint fields used for change detection.
|
||||||
|
// Timestamp is intentionally excluded since it always changes.
|
||||||
|
type cachedEndpointState struct {
|
||||||
|
OlmID string
|
||||||
|
NewtID string
|
||||||
|
Token string
|
||||||
|
IP string
|
||||||
|
Port int
|
||||||
|
PublicKey string
|
||||||
|
}
|
||||||
|
|
||||||
|
// cachedEndpointEntry wraps cachedEndpointState with a timestamp so the cache
|
||||||
|
// can be expired after a short TTL even when the endpoint fields are unchanged.
|
||||||
|
type cachedEndpointEntry struct {
|
||||||
|
state cachedEndpointState
|
||||||
|
cachedAt time.Time
|
||||||
|
}
|
||||||
|
|
||||||
// --- End Types ---
|
// --- End Types ---
|
||||||
|
|
||||||
// bufferPool allows reusing buffers to reduce allocations.
|
// bufferPool allows reusing buffers to reduce allocations.
|
||||||
@@ -153,10 +198,13 @@ type UDPProxyServer struct {
|
|||||||
conn *net.UDPConn
|
conn *net.UDPConn
|
||||||
proxyMappings sync.Map // map[string]ProxyMapping where key is "ip:port"
|
proxyMappings sync.Map // map[string]ProxyMapping where key is "ip:port"
|
||||||
connections sync.Map // map[string]*DestinationConn where key is destination "ip:port"
|
connections sync.Map // map[string]*DestinationConn where key is destination "ip:port"
|
||||||
privateKey wgtypes.Key
|
// connectionCount mirrors len(connections) without an O(n) sync.Map walk,
|
||||||
packetChan chan Packet
|
// so the cap check in getOrCreateConnection is cheap on the hot path.
|
||||||
ctx context.Context
|
connectionCount atomic.Int64
|
||||||
cancel context.CancelFunc
|
privateKey wgtypes.Key
|
||||||
|
packetChan chan Packet
|
||||||
|
ctx context.Context
|
||||||
|
cancel context.CancelFunc
|
||||||
|
|
||||||
// Session tracking for WireGuard peers
|
// Session tracking for WireGuard peers
|
||||||
// Key format: "senderIndex:receiverIndex"
|
// Key format: "senderIndex:receiverIndex"
|
||||||
@@ -172,6 +220,12 @@ type UDPProxyServer struct {
|
|||||||
// Cache for resolved UDP addresses to avoid per-packet DNS lookups
|
// Cache for resolved UDP addresses to avoid per-packet DNS lookups
|
||||||
// Key: "ip:port" string, Value: *net.UDPAddr
|
// Key: "ip:port" string, Value: *net.UDPAddr
|
||||||
addrCache sync.Map
|
addrCache sync.Map
|
||||||
|
// lastEndpointCache stores the last-known endpoint state per client (key: olmId:newtId)
|
||||||
|
// used to skip redundant HTTP notifications when nothing has changed.
|
||||||
|
lastEndpointCache sync.Map
|
||||||
|
// notifyChan is the async queue for hole-punch endpoint notifications.
|
||||||
|
// Dedicated notifier workers drain this channel and perform the HTTP call.
|
||||||
|
notifyChan chan ClientEndpoint
|
||||||
// ReachableAt is the URL where this server can be reached
|
// ReachableAt is the URL where this server can be reached
|
||||||
ReachableAt string
|
ReachableAt string
|
||||||
}
|
}
|
||||||
@@ -184,6 +238,7 @@ func NewUDPProxyServer(parentCtx context.Context, addr, serverURL string, privat
|
|||||||
serverURL: serverURL,
|
serverURL: serverURL,
|
||||||
privateKey: privateKey,
|
privateKey: privateKey,
|
||||||
packetChan: make(chan Packet, 50000), // Increased from 1000 to handle high throughput
|
packetChan: make(chan Packet, 50000), // Increased from 1000 to handle high throughput
|
||||||
|
notifyChan: make(chan ClientEndpoint, 1000),
|
||||||
ReachableAt: reachableAt,
|
ReachableAt: reachableAt,
|
||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
cancel: cancel,
|
cancel: cancel,
|
||||||
@@ -192,10 +247,15 @@ func NewUDPProxyServer(parentCtx context.Context, addr, serverURL string, privat
|
|||||||
|
|
||||||
// Start sets up the UDP listener, worker pool, and begins reading packets.
|
// Start sets up the UDP listener, worker pool, and begins reading packets.
|
||||||
func (s *UDPProxyServer) Start() error {
|
func (s *UDPProxyServer) Start() error {
|
||||||
// Fetch initial mappings.
|
// Fetch initial mappings asynchronously so a large (potentially 100MB+)
|
||||||
if err := s.fetchInitialMappings(); err != nil {
|
// response does not block the UDP listener from coming up. Any packets
|
||||||
return fmt.Errorf("failed to fetch initial mappings: %v", err)
|
// arriving for unknown mappings before the load completes will simply
|
||||||
}
|
// log and be repopulated via the hole-punch path.
|
||||||
|
go func() {
|
||||||
|
if err := s.fetchInitialMappings(); err != nil {
|
||||||
|
logger.Error("Failed to fetch initial mappings: %v", err)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
udpAddr, err := net.ResolveUDPAddr("udp", s.addr)
|
udpAddr, err := net.ResolveUDPAddr("udp", s.addr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -237,6 +297,11 @@ func (s *UDPProxyServer) Start() error {
|
|||||||
// Start the hole punch rate limiter cleanup routine
|
// Start the hole punch rate limiter cleanup routine
|
||||||
go s.cleanupHolePunchRateLimiter()
|
go s.cleanupHolePunchRateLimiter()
|
||||||
|
|
||||||
|
// Start async endpoint notifier workers (HTTP calls off the hot path)
|
||||||
|
for i := 0; i < 5; i++ {
|
||||||
|
go s.endpointNotifierWorker()
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -375,7 +440,43 @@ func (s *UDPProxyServer) packetWorker() {
|
|||||||
ClientPublicKey: msg.PublicKey,
|
ClientPublicKey: msg.PublicKey,
|
||||||
}
|
}
|
||||||
logger.Debug("Created endpoint from packet remoteAddr %s: IP=%s, Port=%d", packet.remoteAddr.String(), endpoint.IP, endpoint.Port)
|
logger.Debug("Created endpoint from packet remoteAddr %s: IP=%s, Port=%d", packet.remoteAddr.String(), endpoint.IP, endpoint.Port)
|
||||||
s.notifyServer(endpoint)
|
|
||||||
|
// Check if anything meaningful changed before queuing an HTTP notification.
|
||||||
|
// The cache expires after 2.5 s so the server always receives a fresh
|
||||||
|
// timestamp within its 5-second staleness window.
|
||||||
|
const endpointCacheTTL = 2500 * time.Millisecond
|
||||||
|
cacheKey := endpoint.OlmID + ":" + endpoint.NewtID
|
||||||
|
newState := cachedEndpointState{
|
||||||
|
OlmID: endpoint.OlmID,
|
||||||
|
NewtID: endpoint.NewtID,
|
||||||
|
Token: endpoint.Token,
|
||||||
|
IP: endpoint.IP,
|
||||||
|
Port: endpoint.Port,
|
||||||
|
PublicKey: endpoint.ClientPublicKey,
|
||||||
|
}
|
||||||
|
if cached, ok := s.lastEndpointCache.Load(cacheKey); ok {
|
||||||
|
entry := cached.(cachedEndpointEntry)
|
||||||
|
if entry.state == newState && time.Since(entry.cachedAt) < endpointCacheTTL {
|
||||||
|
// Endpoint unchanged and cache still fresh - skip the HTTP call.
|
||||||
|
logger.Debug("Endpoint unchanged for %s, skipping notification", cacheKey)
|
||||||
|
metrics.RecordHolePunchEvent(relayIfname, "deduplicated")
|
||||||
|
s.clearSessionsForIP(endpoint.IP)
|
||||||
|
metrics.RecordHolePunchEvent(relayIfname, "success")
|
||||||
|
bufferPool.Put(packet.data[:1500])
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
s.lastEndpointCache.Store(cacheKey, cachedEndpointEntry{state: newState, cachedAt: time.Now()})
|
||||||
|
|
||||||
|
// Queue the notification asynchronously so the hot path is not blocked by HTTP.
|
||||||
|
select {
|
||||||
|
case s.notifyChan <- endpoint:
|
||||||
|
case <-s.ctx.Done():
|
||||||
|
// shutting down
|
||||||
|
default:
|
||||||
|
logger.Debug("Notification queue full, dropping hole punch notification for %s:%d", endpoint.IP, endpoint.Port)
|
||||||
|
metrics.RecordHolePunchEvent(relayIfname, "queue_full")
|
||||||
|
}
|
||||||
s.clearSessionsForIP(endpoint.IP) // Clear sessions for this IP to allow re-establishment
|
s.clearSessionsForIP(endpoint.IP) // Clear sessions for this IP to allow re-establishment
|
||||||
metrics.RecordHolePunchEvent(relayIfname, "success")
|
metrics.RecordHolePunchEvent(relayIfname, "success")
|
||||||
}
|
}
|
||||||
@@ -384,6 +485,22 @@ func (s *UDPProxyServer) packetWorker() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// endpointNotifierWorker drains the notifyChan and performs the HTTP notification for each
|
||||||
|
// hole-punch endpoint. Running several of these keeps latency low even when the server is slow.
|
||||||
|
func (s *UDPProxyServer) endpointNotifierWorker() {
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case endpoint, ok := <-s.notifyChan:
|
||||||
|
if !ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
s.notifyServer(endpoint)
|
||||||
|
case <-s.ctx.Done():
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// decryptMessage decrypts the message using the server's private key
|
// decryptMessage decrypts the message using the server's private key
|
||||||
func (s *UDPProxyServer) decryptMessage(encMsg EncryptedHolePunchMessage) ([]byte, error) {
|
func (s *UDPProxyServer) decryptMessage(encMsg EncryptedHolePunchMessage) ([]byte, error) {
|
||||||
// Parse the ephemeral public key
|
// Parse the ephemeral public key
|
||||||
@@ -419,6 +536,7 @@ func (s *UDPProxyServer) decryptMessage(encMsg EncryptedHolePunchMessage) ([]byt
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *UDPProxyServer) fetchInitialMappings() error {
|
func (s *UDPProxyServer) fetchInitialMappings() error {
|
||||||
|
logger.Info("Requesting initial proxy mappings")
|
||||||
body := bytes.NewBuffer([]byte(fmt.Sprintf(`{"publicKey": "%s"}`, s.privateKey.PublicKey().String())))
|
body := bytes.NewBuffer([]byte(fmt.Sprintf(`{"publicKey": "%s"}`, s.privateKey.PublicKey().String())))
|
||||||
resp, err := http.Post(s.serverURL+"/gerbil/get-all-relays", "application/json", body)
|
resp, err := http.Post(s.serverURL+"/gerbil/get-all-relays", "application/json", body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -430,24 +548,82 @@ func (s *UDPProxyServer) fetchInitialMappings() error {
|
|||||||
return fmt.Errorf("server returned non-OK status: %d, body: %s",
|
return fmt.Errorf("server returned non-OK status: %d, body: %s",
|
||||||
resp.StatusCode, string(body))
|
resp.StatusCode, string(body))
|
||||||
}
|
}
|
||||||
data, err := io.ReadAll(resp.Body)
|
logger.Info("Received initial mappings, streaming decode")
|
||||||
|
|
||||||
|
// Stream-decode the response instead of buffering the entire body
|
||||||
|
// (which can be 100MB+) and then re-walking it with json.Unmarshal.
|
||||||
|
// This both lowers peak memory and lets us start populating the
|
||||||
|
// sync.Map as entries arrive.
|
||||||
|
dec := json.NewDecoder(bufio.NewReaderSize(resp.Body, 1<<20))
|
||||||
|
|
||||||
|
// Expect opening '{' of the top-level object.
|
||||||
|
tok, err := dec.Token()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to read response body: %v", err)
|
return fmt.Errorf("failed to read opening token: %v", err)
|
||||||
}
|
}
|
||||||
logger.Info("Received initial mappings: %s", string(data))
|
if d, ok := tok.(json.Delim); !ok || d != '{' {
|
||||||
var initialMappings InitialMappings
|
return fmt.Errorf("expected '{' at top level, got %v", tok)
|
||||||
if err := json.Unmarshal(data, &initialMappings); err != nil {
|
|
||||||
return fmt.Errorf("failed to unmarshal initial mappings: %v", err)
|
|
||||||
}
|
}
|
||||||
// Store mappings in our sync.Map.
|
|
||||||
for key, mapping := range initialMappings.Mappings {
|
count := 0
|
||||||
// Initialize LastUsed timestamp for initial mappings
|
now := time.Now()
|
||||||
mapping.LastUsed = time.Now()
|
|
||||||
s.proxyMappings.Store(key, mapping)
|
for dec.More() {
|
||||||
|
keyTok, err := dec.Token()
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to read top-level key: %v", err)
|
||||||
|
}
|
||||||
|
key, ok := keyTok.(string)
|
||||||
|
if !ok {
|
||||||
|
return fmt.Errorf("expected string key at top level, got %T", keyTok)
|
||||||
|
}
|
||||||
|
|
||||||
|
if key != "mappings" {
|
||||||
|
// Skip unknown top-level fields without materializing them.
|
||||||
|
var skip json.RawMessage
|
||||||
|
if err := dec.Decode(&skip); err != nil {
|
||||||
|
return fmt.Errorf("failed to skip field %q: %v", key, err)
|
||||||
|
}
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
// Expect opening '{' of the mappings object.
|
||||||
|
tok, err := dec.Token()
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to read mappings open: %v", err)
|
||||||
|
}
|
||||||
|
if d, ok := tok.(json.Delim); !ok || d != '{' {
|
||||||
|
return fmt.Errorf("expected '{' for mappings, got %v", tok)
|
||||||
|
}
|
||||||
|
|
||||||
|
for dec.More() {
|
||||||
|
mapKeyTok, err := dec.Token()
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to read mapping key: %v", err)
|
||||||
|
}
|
||||||
|
mapKey, ok := mapKeyTok.(string)
|
||||||
|
if !ok {
|
||||||
|
return fmt.Errorf("expected string mapping key, got %T", mapKeyTok)
|
||||||
|
}
|
||||||
|
|
||||||
|
var mapping ProxyMapping
|
||||||
|
if err := dec.Decode(&mapping); err != nil {
|
||||||
|
return fmt.Errorf("failed to decode mapping %q: %v", mapKey, err)
|
||||||
|
}
|
||||||
|
mapping.LastUsed = now
|
||||||
|
s.proxyMappings.Store(mapKey, mapping)
|
||||||
|
count++
|
||||||
|
}
|
||||||
|
|
||||||
|
// Consume closing '}' of mappings object.
|
||||||
|
if _, err := dec.Token(); err != nil {
|
||||||
|
return fmt.Errorf("failed to read mappings close: %v", err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
metrics.RecordProxyInitialMappings(relayIfname, int64(len(initialMappings.Mappings)))
|
|
||||||
metrics.RecordProxyMapping(relayIfname, int64(len(initialMappings.Mappings)))
|
metrics.RecordProxyInitialMappings(relayIfname, int64(count))
|
||||||
logger.Info("Loaded %d initial proxy mappings", len(initialMappings.Mappings))
|
metrics.RecordProxyMapping(relayIfname, int64(count))
|
||||||
|
logger.Info("Loaded %d initial proxy mappings", count)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -715,10 +891,17 @@ func (s *UDPProxyServer) getOrCreateConnection(destAddr *net.UDPAddr, remoteAddr
|
|||||||
// Check if we have an existing connection
|
// Check if we have an existing connection
|
||||||
if conn, ok := s.connections.Load(key); ok {
|
if conn, ok := s.connections.Load(key); ok {
|
||||||
destConn := conn.(*DestinationConn)
|
destConn := conn.(*DestinationConn)
|
||||||
destConn.lastUsed = time.Now()
|
destConn.lastUsed.Store(time.Now().UnixNano())
|
||||||
return destConn.conn, nil
|
return destConn.conn, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Enforce a hard cap on concurrent sockets so a burst of peer churn can't
|
||||||
|
// exhaust the host's ephemeral ports/fds. Evict the least-recently-used
|
||||||
|
// connection to make room instead of growing unbounded.
|
||||||
|
if s.connectionCount.Load() >= maxUDPConnections {
|
||||||
|
s.evictLRUConnection()
|
||||||
|
}
|
||||||
|
|
||||||
// Create new connection
|
// Create new connection
|
||||||
newConn, err := net.DialUDP("udp", nil, destAddr)
|
newConn, err := net.DialUDP("udp", nil, destAddr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -726,11 +909,17 @@ func (s *UDPProxyServer) getOrCreateConnection(destAddr *net.UDPAddr, remoteAddr
|
|||||||
return nil, fmt.Errorf("failed to create UDP connection: %v", err)
|
return nil, fmt.Errorf("failed to create UDP connection: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store the new connection
|
destConn := &DestinationConn{conn: newConn}
|
||||||
s.connections.Store(key, &DestinationConn{
|
destConn.lastUsed.Store(time.Now().UnixNano())
|
||||||
conn: newConn,
|
|
||||||
lastUsed: time.Now(),
|
// Store the new connection. If another goroutine raced us and already
|
||||||
})
|
// created one for this key, close ours and use theirs instead.
|
||||||
|
if existing, loaded := s.connections.LoadOrStore(key, destConn); loaded {
|
||||||
|
newConn.Close()
|
||||||
|
return existing.(*DestinationConn).conn, nil
|
||||||
|
}
|
||||||
|
s.connectionCount.Add(1)
|
||||||
|
metrics.RecordUDPConnection(relayIfname, 1)
|
||||||
|
|
||||||
// Start a goroutine to handle responses
|
// Start a goroutine to handle responses
|
||||||
go s.handleResponses(newConn, destAddr, remoteAddr)
|
go s.handleResponses(newConn, destAddr, remoteAddr)
|
||||||
@@ -738,6 +927,33 @@ func (s *UDPProxyServer) getOrCreateConnection(destAddr *net.UDPAddr, remoteAddr
|
|||||||
return newConn, nil
|
return newConn, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// evictLRUConnection closes and removes the least-recently-used destination
|
||||||
|
// connection so a new one can be created under the concurrent connection cap.
|
||||||
|
func (s *UDPProxyServer) evictLRUConnection() {
|
||||||
|
var oldestKey interface{}
|
||||||
|
var oldestConn *DestinationConn
|
||||||
|
var oldestTime int64
|
||||||
|
|
||||||
|
s.connections.Range(func(key, value interface{}) bool {
|
||||||
|
destConn := value.(*DestinationConn)
|
||||||
|
lu := destConn.lastUsed.Load()
|
||||||
|
if oldestKey == nil || lu < oldestTime {
|
||||||
|
oldestKey = key
|
||||||
|
oldestConn = destConn
|
||||||
|
oldestTime = lu
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
if oldestKey != nil {
|
||||||
|
s.connections.Delete(oldestKey)
|
||||||
|
oldestConn.conn.Close()
|
||||||
|
s.connectionCount.Add(-1)
|
||||||
|
metrics.RecordUDPConnection(relayIfname, -1)
|
||||||
|
metrics.RecordProxyCleanupRemoved(relayIfname, "conn_evicted", 1)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (s *UDPProxyServer) handleResponses(conn *net.UDPConn, destAddr *net.UDPAddr, remoteAddr *net.UDPAddr) {
|
func (s *UDPProxyServer) handleResponses(conn *net.UDPConn, destAddr *net.UDPAddr, remoteAddr *net.UDPAddr) {
|
||||||
buffer := make([]byte, 1500)
|
buffer := make([]byte, 1500)
|
||||||
for {
|
for {
|
||||||
@@ -789,22 +1005,32 @@ func (s *UDPProxyServer) handleResponses(conn *net.UDPConn, destAddr *net.UDPAdd
|
|||||||
|
|
||||||
// Add a cleanup method to periodically remove idle connections
|
// Add a cleanup method to periodically remove idle connections
|
||||||
func (s *UDPProxyServer) cleanupIdleConnections() {
|
func (s *UDPProxyServer) cleanupIdleConnections() {
|
||||||
ticker := time.NewTicker(5 * time.Minute)
|
// Ticker interval and idle threshold were previously 5min/10min, meaning
|
||||||
|
// a socket could sit open for up to 15 minutes after going idle. Under a
|
||||||
|
// reconnect/churn burst that lag is enough to exhaust ephemeral ports
|
||||||
|
// before cleanup catches up, so both are tightened here.
|
||||||
|
ticker := time.NewTicker(1 * time.Minute)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-ticker.C:
|
case <-ticker.C:
|
||||||
cleanupStart := time.Now()
|
cleanupStart := time.Now()
|
||||||
now := time.Now()
|
now := time.Now().UnixNano()
|
||||||
|
removed := int64(0)
|
||||||
s.connections.Range(func(key, value interface{}) bool {
|
s.connections.Range(func(key, value interface{}) bool {
|
||||||
destConn := value.(*DestinationConn)
|
destConn := value.(*DestinationConn)
|
||||||
if now.Sub(destConn.lastUsed) > 10*time.Minute {
|
if now-destConn.lastUsed.Load() > int64(5*time.Minute) {
|
||||||
destConn.conn.Close()
|
destConn.conn.Close()
|
||||||
s.connections.Delete(key)
|
s.connections.Delete(key)
|
||||||
metrics.RecordProxyCleanupRemoved(relayIfname, "conn", 1)
|
removed++
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
if removed > 0 {
|
||||||
|
s.connectionCount.Add(-removed)
|
||||||
|
metrics.RecordUDPConnection(relayIfname, -removed)
|
||||||
|
metrics.RecordProxyCleanupRemoved(relayIfname, "conn", removed)
|
||||||
|
}
|
||||||
metrics.RecordProxyIdleCleanupDuration(relayIfname, "conn", time.Since(cleanupStart).Seconds())
|
metrics.RecordProxyIdleCleanupDuration(relayIfname, "conn", time.Since(cleanupStart).Seconds())
|
||||||
case <-s.ctx.Done():
|
case <-s.ctx.Done():
|
||||||
return
|
return
|
||||||
@@ -966,6 +1192,10 @@ func (s *UDPProxyServer) clearConnectionsForWGIP(wgIP string) {
|
|||||||
for _, key := range keysToDelete {
|
for _, key := range keysToDelete {
|
||||||
s.connections.Delete(key)
|
s.connections.Delete(key)
|
||||||
}
|
}
|
||||||
|
if len(keysToDelete) > 0 {
|
||||||
|
s.connectionCount.Add(-int64(len(keysToDelete)))
|
||||||
|
metrics.RecordUDPConnection(relayIfname, -int64(len(keysToDelete)))
|
||||||
|
}
|
||||||
|
|
||||||
logger.Info("Cleared %d connections for WG IP: %s", len(keysToDelete), wgIP)
|
logger.Info("Cleared %d connections for WG IP: %s", len(keysToDelete), wgIP)
|
||||||
}
|
}
|
||||||
@@ -1163,33 +1393,56 @@ func (s *UDPProxyServer) trackCommunicationPattern(fromAddr, toAddr *net.UDPAddr
|
|||||||
|
|
||||||
// tryRebuildSession attempts to rebuild a WireGuard session from communication patterns
|
// tryRebuildSession attempts to rebuild a WireGuard session from communication patterns
|
||||||
func (s *UDPProxyServer) tryRebuildSession(pattern *CommunicationPattern) {
|
func (s *UDPProxyServer) tryRebuildSession(pattern *CommunicationPattern) {
|
||||||
|
// Require both indices and a minimum amount of bidirectional traffic
|
||||||
|
if pattern.ClientIndex == 0 || pattern.DestIndex == 0 || pattern.PacketCount < 4 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
// Check if we have bidirectional communication within a reasonable time window
|
// Check if we have bidirectional communication within a reasonable time window
|
||||||
timeDiff := pattern.LastFromClient.Sub(pattern.LastFromDest)
|
timeDiff := pattern.LastFromClient.Sub(pattern.LastFromDest)
|
||||||
if timeDiff < 0 {
|
if timeDiff < 0 {
|
||||||
timeDiff = -timeDiff
|
timeDiff = -timeDiff
|
||||||
}
|
}
|
||||||
|
if timeDiff >= 30*time.Second {
|
||||||
// Only rebuild if we have recent bidirectional communication and both indices
|
return
|
||||||
if timeDiff < 30*time.Second && pattern.ClientIndex != 0 && pattern.DestIndex != 0 && pattern.PacketCount >= 4 {
|
|
||||||
// Create session mapping: client's index maps to destination
|
|
||||||
sessionKey := fmt.Sprintf("%d:%d", pattern.DestIndex, pattern.ClientIndex)
|
|
||||||
|
|
||||||
// Check if we already have this session
|
|
||||||
session := &WireGuardSession{
|
|
||||||
ReceiverIndex: pattern.DestIndex,
|
|
||||||
SenderIndex: pattern.ClientIndex,
|
|
||||||
DestAddr: pattern.ToDestination,
|
|
||||||
LastSeen: time.Now(),
|
|
||||||
}
|
|
||||||
if _, loaded := s.wgSessions.LoadOrStore(sessionKey, session); loaded {
|
|
||||||
s.wgSessions.Store(sessionKey, session)
|
|
||||||
} else {
|
|
||||||
metrics.RecordSession(relayIfname, 1)
|
|
||||||
metrics.RecordSessionRebuilt(relayIfname)
|
|
||||||
}
|
|
||||||
logger.Info("Rebuilt WireGuard session from communication pattern: %s -> %s (packets: %d)",
|
|
||||||
sessionKey, pattern.ToDestination.String(), pattern.PacketCount)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sessionKey := fmt.Sprintf("%d:%d", pattern.DestIndex, pattern.ClientIndex)
|
||||||
|
destStr := pattern.ToDestination.String()
|
||||||
|
|
||||||
|
// Fast path: if a matching session already exists, just refresh LastSeen and bail out.
|
||||||
|
// This prevents log spam and repeated work for every packet of an established flow.
|
||||||
|
if existing, ok := s.wgSessions.Load(sessionKey); ok {
|
||||||
|
sess := existing.(*WireGuardSession)
|
||||||
|
if da := sess.GetDestAddr(); da != nil && da.String() == destStr {
|
||||||
|
sess.UpdateLastSeen()
|
||||||
|
// Make sure the receiver-index fast-path is populated so future packets
|
||||||
|
// don't keep falling back to broadcast + pattern tracking.
|
||||||
|
if _, indexed := s.sessionsByReceiverIndex.Load(pattern.ClientIndex); !indexed {
|
||||||
|
s.sessionsByReceiverIndex.Store(pattern.ClientIndex, sess)
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create or replace the session mapping
|
||||||
|
session := &WireGuardSession{
|
||||||
|
ReceiverIndex: pattern.DestIndex,
|
||||||
|
SenderIndex: pattern.ClientIndex,
|
||||||
|
DestAddr: pattern.ToDestination,
|
||||||
|
LastSeen: time.Now(),
|
||||||
|
}
|
||||||
|
if _, loaded := s.wgSessions.LoadOrStore(sessionKey, session); loaded {
|
||||||
|
s.wgSessions.Store(sessionKey, session)
|
||||||
|
} else {
|
||||||
|
metrics.RecordSession(relayIfname, 1)
|
||||||
|
metrics.RecordSessionRebuilt(relayIfname)
|
||||||
|
}
|
||||||
|
// Index by client receiver index so the transport-data fast path can find it.
|
||||||
|
s.sessionsByReceiverIndex.Store(pattern.ClientIndex, session)
|
||||||
|
|
||||||
|
logger.Info("Rebuilt WireGuard session from communication pattern: %s -> %s (packets: %d)",
|
||||||
|
sessionKey, destStr, pattern.PacketCount)
|
||||||
}
|
}
|
||||||
|
|
||||||
// cleanupIdleCommunicationPatterns periodically removes idle communication patterns
|
// cleanupIdleCommunicationPatterns periodically removes idle communication patterns
|
||||||
|
|||||||
Reference in New Issue
Block a user