Merge branch 'feat/proxy-nat-check-backoff' into 'main'

proxy: add optional exponential backoff retry for NAT measurement

See merge request tpo/anti-censorship/pluggable-transports/snowflake!611
This commit is contained in:
Jill 2025-08-31 12:13:37 +02:00
commit 63c7db7625
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.5
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