mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 04:32:21 +08:00
11 lines
173 B
Go
11 lines
173 B
Go
package wireguard
|
|
|
|
import (
|
|
"github.com/sagernet/sing-box/common/dialer"
|
|
"github.com/sagernet/wireguard-go/conn"
|
|
)
|
|
|
|
func init() {
|
|
dialer.WgControlFns = conn.ControlFns
|
|
}
|