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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

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

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

View file

@ -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();