mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-08 17:40:26 +08:00
16 lines
312 B
Go
16 lines
312 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package lower
|
|
|
|
import "github.com/songgao/water"
|
|
|
|
var tuncfg = water.Config{
|
|
DeviceType: water.TUN,
|
|
PlatformSpecificParams: water.PlatformSpecificParams{
|
|
ComponentID: "root\\tap0901",
|
|
InterfaceName: "OpenVPN TAP-Windows6",
|
|
Network: "192.168.233.0/24",
|
|
},
|
|
}
|