mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Merge c4ca2f02b5 into c2c49fb1a1
This commit is contained in:
commit
cd957fb5c3
4 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= tailscale
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_COMMENT= VPN mesh securely connecting clients using WireGuard
|
||||
PLUGIN_DEPENDS= tailscale
|
||||
PLUGIN_MAINTAINER= sam@sheridan.uk
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ https://tailscale.com/
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.4
|
||||
|
||||
* set pre-auth key field in UI to optional, enables registration via pre-auth key or AuthURL from status page
|
||||
|
||||
1.3
|
||||
|
||||
* modify RC script to prevent re-using auth key if already authenticated
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
<id>authentication.preAuthKey</id>
|
||||
<label>Pre-authentication Key</label>
|
||||
<type>text</type>
|
||||
<help>Use a non-reusable auth key and disable expiration</help>
|
||||
<help>Use a non-reusable auth key and disable expiration (optional). If not specified use AuthURL from Status page</help>
|
||||
</field>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<ValidationMessage>Please enter a valid URL</ValidationMessage>
|
||||
</loginServer>
|
||||
<preAuthKey type="TextField">
|
||||
<Required>Y</Required>
|
||||
<Required>N</Required>
|
||||
</preAuthKey>
|
||||
</items>
|
||||
</model>
|
||||
|
|
|
|||
Loading…
Reference in a new issue