Revert "Temporary work around. Please revert me"

This reverts commit 4312a7c70a.
This commit is contained in:
Jason A. Donenfeld 2018-05-19 02:35:56 +02:00
parent 5a267f0b8c
commit 75cdc5986a

View file

@ -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)
}
}