mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-08 17:40:26 +08:00
9 lines
139 B
Go
9 lines
139 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package lower
|
|
|
|
import "github.com/songgao/water"
|
|
|
|
var tuncfg = water.Config{DeviceType: water.TUN}
|