net/wireguard: rename WireGuard to WireGuard (Group) in filter rules (#2650)

This commit is contained in:
Michael
2021-11-15 13:11:08 +01:00
committed by GitHub
parent a63070bf50
commit 7ce6c2b7b6
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= wireguard
PLUGIN_VERSION= 1.8
PLUGIN_VERSION= 1.9
PLUGIN_COMMENT= WireGuard VPN service
PLUGIN_DEPENDS= wireguard-go wireguard-tools
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -16,6 +16,10 @@ WWW: https://www.wireguard.com/
Changelog
---------
1.9
* Rename interface label in filter rules (#2577)
1.8
* Empty port in Endpoint is allowed
@@ -61,7 +61,7 @@ function wireguard_interfaces()
}
$oic = array('enable' => true);
$oic['if'] = 'wireguard';
$oic['descr'] = 'WireGuard';
$oic['descr'] = gettext('WireGuard (Group)');
$oic['type'] = 'group';
$oic['virtual'] = true;
$oic['networks'] = array();