feat: Add better description
This commit is contained in:
parent
2db689fc9e
commit
d782e96b41
@ -7,7 +7,7 @@ import os
|
|||||||
# Plugin Data
|
# Plugin Data
|
||||||
info = {
|
info = {
|
||||||
"name": "HNS Links",
|
"name": "HNS Links",
|
||||||
"description": "This is a plugin to quickly setup a HNS Links site<br>First you need to setup the varo instance and api key<br>Then add the domain to varo, then add it to hns-links",
|
"description": "This is a plugin to quickly setup a HNS Links site<br>First you need to setup the varo instance and api key<br>2. Add domain to varo<br> 3. Add it to hns-links<br>4. Wait a few minutes and add it to HNS Links to ensure the TLSA is correct<br>5. Wait for the DNS update to propogate (up to 7 hrs)",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Nathan.Woodburn/"
|
"author": "Nathan.Woodburn/"
|
||||||
}
|
}
|
||||||
@ -287,6 +287,6 @@ def hnslinks(params, authentication):
|
|||||||
return {"status": "Error connecting to Varo"}
|
return {"status": "Error connecting to Varo"}
|
||||||
|
|
||||||
|
|
||||||
return {"status": "YAY!!! All done! Just wait a few minutes and proceed to the finalize TLSA!"}
|
return {"status": "YAY!!! All done! Just wait a few minutes for HNS Links to fully initialize the site."}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user