We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faed7f commit 7db9cf3Copy full SHA for 7db9cf3
net/pfSense-pkg-WireGuard/Makefile
@@ -1,6 +1,6 @@
1
PORTNAME= pfSense-pkg-WireGuard
2
PORTVERSION= 0.1.4
3
-PORTREVISION= 17
+PORTREVISION= 18
4
CATEGORIES= net
5
MASTER_SITES= # empty
6
DISTFILES= # empty
net/pfSense-pkg-WireGuard/files/usr/local/pkg/wireguard/includes/wg_globals.inc
@@ -71,7 +71,7 @@ $wgg = array(
71
'if_prefix' => 'tun_wg',
72
'ifgroupentry' => array(
73
'ifname' => 'WireGuard',
74
- 'descr' => gettext('WireGuard Interface Group (DO NOT EDIT/DELETE!)')),
+ 'descr' => gettext('WireGuard Interface Group (DO NOT EDIT/DELETE!)'),
75
'members' => null),
76
'unboundaclentry' => array(
77
'aclname' => 'WireGuard',
0 commit comments