mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
dot is now allowed in hostname
This commit is contained in:
parent
30e6657d0e
commit
88c76e9504
@ -368,7 +368,7 @@ def hostname():
|
||||
'advanced': True,
|
||||
'reboot': True,
|
||||
'required': False,
|
||||
'validate': '^[a-z0-9\-_]{0,15}$',
|
||||
'validate': '^[a-z0-9\-_.]{0,64}$',
|
||||
'get': _get_hostname,
|
||||
'set': _set_hostname
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user