Fix gvisor icmp destination

This commit is contained in:
世界
2025-08-23 16:21:48 +08:00
parent 8dbb51cfb7
commit f46791bc0d
6 changed files with 24 additions and 27 deletions

View File

@@ -12,6 +12,7 @@ import (
"github.com/sagernet/sing/common/control"
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"
"golang.org/x/sys/unix"
)