aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg-quick/darwin.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wg-quick/darwin.bash')
-rwxr-xr-xsrc/tools/wg-quick/darwin.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wg-quick/darwin.bash b/src/tools/wg-quick/darwin.bash
index 8bcc404..ece16f2 100755
--- a/src/tools/wg-quick/darwin.bash
+++ b/src/tools/wg-quick/darwin.bash
@@ -187,7 +187,6 @@ collect_gateways() {
GATEWAY6=""
while read -r destination gateway _; do
[[ $destination == default ]] || continue
- [[ $gateway == fe80:* ]] && continue
GATEWAY6="$gateway"
break
done < <(netstat -nr -f inet6)