Fix tproxy tcp control

This commit is contained in:
世界
2025-07-08 13:14:40 +08:00
parent 886d427337
commit e3c8c0705f
6 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/sagernet/sing/common/control"
)
func TProxy(fd uintptr, isIPv6 bool) error {
func TProxy(fd uintptr, isIPv6 bool, isUDP bool) error {
return os.ErrInvalid
}