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