#1309 prosodyctl comand to show what DNS records to add
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Enhancement
Status-Fixed
Component-Community
Difficulty-Easy
Zash
on
Description of feature:
A new `prosodyctl dns` command that generates the DNS records needed, based on the current configuration.
Motivation:
DNS configuration is one of the things that are still tricky for new (and old) users.
A command that shows what records to insert would go a long way.
Other:
`prosodyctl check dns` might have some code that could be shared.
Zash
on
This shouldn't be too hard on its own, so marking it as easy.
Changes
tags Difficulty-Easy
Zash
on
Problem mentioned by MattJ: Most people likely interact with DNS trough some custom web management interface, which are all different from each other.
Description of feature: A new `prosodyctl dns` command that generates the DNS records needed, based on the current configuration. Motivation: DNS configuration is one of the things that are still tricky for new (and old) users. A command that shows what records to insert would go a long way. Other: `prosodyctl check dns` might have some code that could be shared.
This shouldn't be too hard on its own, so marking it as easy.
ChangesProblem mentioned by MattJ: Most people likely interact with DNS trough some custom web management interface, which are all different from each other.
There's now https://modules.prosody.im/mod_dnsupdate.html
Changes