mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wireguard: Allow 100 instances (#2760)
This commit is contained in:
@@ -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= m.muenz@gmail.com
|
||||
|
||||
@@ -16,6 +16,10 @@ WWW: https://www.wireguard.com/
|
||||
Changelog
|
||||
---------
|
||||
|
||||
1.10
|
||||
|
||||
* Remove instance limit
|
||||
|
||||
1.9
|
||||
|
||||
* Rename interface label in filter rules (#2577)
|
||||
|
||||
@@ -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">
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user