This commit is contained in:
Ad Schellevis
2022-09-14 10:49:50 +02:00
parent 5ee385271e
commit 7ffcdd4789
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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">