mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
//go:build !linux || android
|
|
|
|
package wgproxy
|
|
|
|
func NewFactory(wgPort int) *Factory {
|
|
return &Factory{wgPort: wgPort}
|
|
}
|