diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index e30ee70a2..f8cc39b53 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= wireguard -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 0.3 PLUGIN_COMMENT= WireGuard VPN service PLUGIN_DEPENDS= wireguard PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/net/wireguard/src/etc/rc.d/opnsense-wireguard b/net/wireguard/src/etc/rc.d/opnsense-wireguard index d820901a2..257ae2758 100755 --- a/net/wireguard/src/etc/rc.d/opnsense-wireguard +++ b/net/wireguard/src/etc/rc.d/opnsense-wireguard @@ -38,7 +38,7 @@ wireguard_start() echo "starting wireguard" for STARTER in ${wireguard_config}; do $command up $STARTER - ifconfig $STARTER group wireguard + ifconfig $STARTER group wg done } diff --git a/net/wireguard/src/opnsense/mvc/app/models/OPNsense/Wireguard/Client.xml b/net/wireguard/src/opnsense/mvc/app/models/OPNsense/Wireguard/Client.xml index 1a822f1c9..41c6ba7c6 100644 --- a/net/wireguard/src/opnsense/mvc/app/models/OPNsense/Wireguard/Client.xml +++ b/net/wireguard/src/opnsense/mvc/app/models/OPNsense/Wireguard/Client.xml @@ -1,7 +1,7 @@ //OPNsense/wireguard/client Wireguard Client configuration - 0.0.2 + 0.0.3 @@ -24,7 +24,7 @@ Y Y - + N