From 2cdaf717b269329424e1b5de1376a1fec818882b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 25 Nov 2022 20:03:25 +0100 Subject: [PATCH] net/wireguard: try to start late once again for #3203 --- net/wireguard/Makefile | 2 +- net/wireguard/src/etc/rc.syshook.d/start/50-wireguard | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index ec0622c2f..78472879c 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= wireguard PLUGIN_VERSION= 1.13 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= WireGuard VPN service PLUGIN_DEPENDS= wireguard-tools PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/net/wireguard/src/etc/rc.syshook.d/start/50-wireguard b/net/wireguard/src/etc/rc.syshook.d/start/50-wireguard index d322638f2..c5a419c73 100755 --- a/net/wireguard/src/etc/rc.syshook.d/start/50-wireguard +++ b/net/wireguard/src/etc/rc.syshook.d/start/50-wireguard @@ -1,4 +1,7 @@ #!/bin/sh +# start again to fix problems with failed name resolution (no need to restart) +/usr/local/etc/rc.d/wireguard start + # reconfigure routing for wireguard /usr/local/etc/rc.routing_configure