mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 18:36:07 +00:00
Add BSD support (openbsd, freebsd, solaris)
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
"os/exec"
|
||||
"time"
|
||||
|
||||
"github.com/songgao/water"
|
||||
"github.com/neilalexander/water"
|
||||
)
|
||||
|
||||
const mtu = 65535
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"net"
|
||||
"os/exec"
|
||||
|
||||
"github.com/songgao/water"
|
||||
"github.com/neilalexander/water"
|
||||
)
|
||||
|
||||
const mtu = 65535
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"net"
|
||||
"os/exec"
|
||||
|
||||
"github.com/songgao/water"
|
||||
"github.com/neilalexander/water"
|
||||
)
|
||||
|
||||
const mtu = 65535
|
||||
|
Reference in New Issue
Block a user