Skip to content

Commit

Permalink
net/wireguard: Allow 100 instances (opnsense#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimugmail authored Jan 21, 2022
1 parent f8f3975 commit 6f7127f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net/wireguard/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLUGIN_NAME= wireguard
PLUGIN_VERSION= 1.9
PLUGIN_VERSION= 1.10
PLUGIN_COMMENT= WireGuard VPN service
PLUGIN_DEPENDS= wireguard-go wireguard-tools
PLUGIN_MAINTAINER= [email protected]
Expand Down
4 changes: 4 additions & 0 deletions net/wireguard/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ WWW: https://www.wireguard.com/
Changelog
---------

1.10

* Remove instance limit

1.9

* Rename interface label in filter rules (#2577)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<model>
<mount>//OPNsense/wireguard/server</mount>
<description>Wireguard Server configuration</description>
<version>0.0.2</version>
<version>0.0.3</version>
<items>
<servers>
<server type="ArrayField">
Expand All @@ -16,9 +16,6 @@
<ValidationMessage>Should be a string between 1 and 32 characters. Allowed characters are 0-9, a-z, and A-Z</ValidationMessage>
</name>
<instance type="AutoNumberField">
<MinimumValue>0</MinimumValue>
<MaximumValue>19</MaximumValue>
<ValidationMessage>Maximum number of instances reached</ValidationMessage>
<Required>Y</Required>
</instance>
<pubkey type="TextField">
Expand Down

0 comments on commit 6f7127f

Please sign in to comment.