Update services' descriptions

This commit is contained in:
nemunaire 2020-07-05 21:39:17 +02:00
parent 0761549e29
commit 824108836d
10 changed files with 12 additions and 12 deletions

View File

@ -127,7 +127,7 @@ func init() {
specialalias_analyze,
ServiceInfos{
Name: "SubAlias",
Description: "This is a service alias to another domain/service",
Description: "A service alias to another domain/service.",
Categories: []string{
"internal",
},
@ -141,7 +141,7 @@ func init() {
alias_analyze,
ServiceInfos{
Name: "Alias",
Description: "This is an alias to another domain",
Description: "An alias to another domain.",
Categories: []string{
"internal",
},

View File

@ -378,7 +378,7 @@ func init() {
email_analyze,
ServiceInfos{
Name: "E-Mail",
Description: "",
Description: "Send and receive e-mail with this domain.",
Categories: []string{
"email",
},

View File

@ -126,7 +126,7 @@ func init() {
matrix_analyze,
ServiceInfos{
Name: "Matrix IM",
Description: "This indicates a Matrix IM server",
Description: "Communicate on Matrix using your domain.",
Categories: []string{
"im",
},

View File

@ -187,7 +187,7 @@ func init() {
openpgpkey_analyze,
ServiceInfos{
Name: "PGP Key",
Description: "",
Description: "Let users retrieve PGP key automatically.",
Categories: []string{
"email",
},
@ -201,7 +201,7 @@ func init() {
smimea_analyze,
ServiceInfos{
Name: "SMimeCert",
Description: "",
Description: "Publish S/MIME certificate.",
Categories: []string{
"email",
},

View File

@ -138,7 +138,7 @@ func init() {
origin_analyze,
ServiceInfos{
Name: "Origin",
Description: "This is the root of your domain",
Description: "This is the root of your domain.",
Categories: []string{
"internal",
},

View File

@ -68,7 +68,7 @@ func init() {
nil,
ServiceInfos{
Name: "Orphan Record",
Description: "",
Description: "This record is not yet handled by happyDNS. Ask us to support it.",
Categories: []string{},
},
99999999,

View File

@ -170,7 +170,7 @@ func init() {
server_analyze,
ServiceInfos{
Name: "Server",
Description: "This is a server",
Description: "A computer will respond to some requests.",
Categories: []string{
"server",
},

View File

@ -151,7 +151,7 @@ func init() {
srv_analyze,
ServiceInfos{
Name: "Service Record",
Description: "This indicates a service",
Description: "Indicate to dedicated software existance of the given service in the domain.",
Categories: []string{
"service",
},

View File

@ -173,7 +173,7 @@ func init() {
tlsa_analyze,
ServiceInfos{
Name: "TLSA records",
Description: "",
Description: "Publish TLS certificates exposed by your services.",
Categories: []string{
"tls",
},

View File

@ -152,7 +152,7 @@ func init() {
xmpp_analyze,
ServiceInfos{
Name: "XMPP IM",
Description: "This indicates a XMPP IM server",
Description: "Communicate over XMPP with your domain.",
Categories: []string{
"im",
},