mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
🔥 Removes secrets support from name field
This commit is contained in:
parent
2ba3361576
commit
28269a05a9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"peers": [
|
"peers": [
|
||||||
{
|
{
|
||||||
"name": "match(^!secret [a-zA-Z0-9_\\-]+$|^[a-zA-Z0-9\\d](?:[a-zA-Z0-9\\d]|-(?=[a-zA-Z0-9\\d])){0,32}$)",
|
"name": "match(^[a-zA-Z0-9\\d](?:[a-zA-Z0-9\\d]|-(?=[a-zA-Z0-9\\d])){0,32}$)",
|
||||||
"private_key": "str?",
|
"private_key": "str?",
|
||||||
"public_key": "str?",
|
"public_key": "str?",
|
||||||
"addresses": ["str"],
|
"addresses": ["str"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue