Revert "Temporary work around. Please revert me"
This reverts commit 4312a7c70a
.
This commit is contained in:
parent
5a267f0b8c
commit
75cdc5986a
|
@ -16,7 +16,6 @@ import (
|
|||
"io/ioutil"
|
||||
"net"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
"unsafe"
|
||||
)
|
||||
|
@ -109,7 +108,6 @@ func CreateTUN(name string) (TUNDevice, error) {
|
|||
if err == nil && name == "utun" {
|
||||
fname := os.Getenv("WG_DARWIN_UTUN_NAME_FILE")
|
||||
if fname != "" {
|
||||
os.MkdirAll(filepath.Dir(fname), 0700)
|
||||
ioutil.WriteFile(fname, []byte(tun.(*NativeTun).name+"\n"), 0400)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue