From 276bf973e8a086da7767dc25ebe116926c0b59db Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 6 Nov 2018 16:24:35 +0100 Subject: [PATCH] Use darwin tun on ios --- tun/tun_darwin.go | 2 -- 1 file changed, 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.