Reconfigure options on Windows

This commit is contained in:
Alec Scott
2022-01-28 09:50:25 -07:00
parent 03d0cc5453
commit 1885e741fc

View File

@@ -11,7 +11,7 @@ import (
)
// New creates and returns a new TUN interface for the application.
func New(name string, address string, opts ...Option) (*TUN, error) {
func New(name string, opts ...Option) (*TUN, error) {
// Setup TUN Config
cfg := water.Config{
DeviceType: water.TUN,