mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wireguard: try to start late once again for #3203
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user