mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
net/wireguard: rename WireGuard to WireGuard (Group) in filter rules (#2650)
This commit is contained in:
parent
a63070bf50
commit
7ce6c2b7b6
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue