1
0
mirror of https://github.com/fumiama/terasu.git synced 2026-06-13 06:50:37 +08:00

fix(dns): fast-failed on RST

This commit is contained in:
源文雨
2025-10-03 14:47:40 +08:00
parent 1d9b679c36
commit 9974bdca12
9 changed files with 86 additions and 110 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fumiama/terasu
go 1.20
require (
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
golang.org/x/net v0.24.0
)