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_NAME= ddclient
PLUGIN_VERSION= 1.8 PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 1 PLUGIN_REVISION= 2
PLUGIN_DEPENDS= ddclient PLUGIN_DEPENDS= ddclient
PLUGIN_COMMENT= Dynamic DNS client PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org PLUGIN_MAINTAINER= ad@opnsense.org
+1
View File
@@ -12,6 +12,7 @@ Plugin Changelog
* Fix expected permission on ddclient.conf * Fix expected permission on ddclient.conf
* Make service status and stop more reliable * Make service status and stop more reliable
* Time out checkip script after 10 seconds * Time out checkip script after 10 seconds
* allow % characters in usernames (rev 2)
1.7 1.7
@@ -78,7 +78,7 @@
</server> </server>
<username type="TextField"> <username type="TextField">
<Required>N</Required> <Required>N</Required>
<mask>/^([a-zA-Z0-9\-.@_:+])*$/u</mask> <mask>/^([a-zA-Z0-9\-.@_:+\%])*$/u</mask>
<ValidationMessage>The username contains invalid characters.</ValidationMessage> <ValidationMessage>The username contains invalid characters.</ValidationMessage>
</username> </username>
<password type="UpdateOnlyTextField"> <password type="UpdateOnlyTextField">