Add custom wireguard worker size option

This commit is contained in:
世界
2022-11-08 13:48:14 +08:00
parent 1f63ce5dee
commit 999a847e86
15 changed files with 87 additions and 78 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package wireguard
import (
N "github.com/sagernet/sing/common/network"
"golang.zx2c4.com/wireguard/tun"
"github.com/sagernet/wireguard-go/tun"
)
type Device interface {