[WireGuard] Wireguard on OpenWRT/LEDE (here: Luci)

Dan Lüdtke mail at danrl.com
Tue Nov 1 22:09:09 CET 2016


Done!

> - if ! ip link show dev "${iface}" >/dev/null 2>&1; then
> -  ip link add dev "${iface}" type wireguard
> - else
> -  ip address flush dev "${iface}"
> -  ip route flush dev "${iface}"
> - fi
> + ip link del dev "${iface}" 2>/dev/null
> + ip link add dev "${iface}" type wireguard



More information about the WireGuard mailing list