This commit is contained in:
Sam Sheridan 2026-02-03 06:48:40 +11:00 committed by GitHub
commit cd957fb5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -8,7 +8,7 @@
<ValidationMessage>Please enter a valid URL</ValidationMessage>
</loginServer>
<preAuthKey type="TextField">
<Required>Y</Required>
<Required>N</Required>
</preAuthKey>
</items>
</model>