Add endpoint independent nat support for tun inbound

This commit is contained in:
世界
2022-07-26 19:21:56 +08:00
parent 0347a7c038
commit f008d0bde3
12 changed files with 54 additions and 36 deletions

View File

@@ -11,4 +11,5 @@ const (
DNSTimeout = 10 * time.Second
QUICTimeout = 30 * time.Second
STUNTimeout = 15 * time.Second
UDPTimeout = 5 * time.Minute
)