diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-06 16:24:35 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-11-06 16:24:35 +0100 |
commit | 276bf973e8a086da7767dc25ebe116926c0b59db (patch) | |
tree | 0a5170aeeb4f03f49f3fa0d9e344c3f7345291dd | |
parent | c37c4ece9efd1b7afc952905ad44a10e4c5d45d7 (diff) |
Use darwin tun on ios
-rw-r--r-- | tun/tun_darwin.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go index a4e2e9a..151300e 100644 --- a/tun/tun_darwin.go +++ b/tun/tun_darwin.go @@ -1,5 +1,3 @@ -// +build !ios - /* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved. |