mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
add a hint that it is insecure to autogenerate public key
This commit is contained in:
parent
6e252c7a1d
commit
5a6a19c661
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
Public Key
|
||||
</label>
|
||||
<input type="text" class="form-control" id="client_public_key"
|
||||
name="client_public_key" placeholder="Autogenerated">
|
||||
name="client_public_key" placeholder="Autogenerated (insecure)">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="client_preshared_key" class="control-label">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue