proxy: add optional exponential backoff retry for NAT measurement

This commit is contained in:
KokaKiwi 2025-06-26 11:10:58 +02:00
parent 70974640ab
commit f97186784d
No known key found for this signature in database
GPG key ID: FD333F84686EFE78
4 changed files with 31 additions and 2 deletions

1
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.30.2
github.com/aws/aws-sdk-go-v2/credentials v1.18.2
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.5
github.com/cloudflare/backoff v0.0.0-20240920015135-e46b80a3a7d0
github.com/golang/mock v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/miekg/dns v1.1.65