mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient - some prefer % chars in usernames (https://forum.opnsense.org/index.php?topic=26446.msg146226#msg146226)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= ddclient
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_DEPENDS= ddclient
|
||||
PLUGIN_COMMENT= Dynamic DNS client
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
@@ -12,6 +12,7 @@ Plugin Changelog
|
||||
* Fix expected permission on ddclient.conf
|
||||
* Make service status and stop more reliable
|
||||
* Time out checkip script after 10 seconds
|
||||
* allow % characters in usernames (rev 2)
|
||||
|
||||
1.7
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</server>
|
||||
<username type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^([a-zA-Z0-9\-.@_:+])*$/u</mask>
|
||||
<mask>/^([a-zA-Z0-9\-.@_:+\%])*$/u</mask>
|
||||
<ValidationMessage>The username contains invalid characters.</ValidationMessage>
|
||||
</username>
|
||||
<password type="UpdateOnlyTextField">
|
||||
|
||||
Reference in New Issue
Block a user