Merge pull request #1666 from eldertek/fix-2090

[fix] Remove deprecated domain_dns_conf
This commit is contained in:
Alexandre Aubin 2023-06-13 20:43:35 +02:00 committed by GitHub
commit b6ae711dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View file

@ -538,17 +538,6 @@ domain:
help: Do not ask confirmation to remove apps
action: store_true
### domain_dns_conf()
dns-conf:
deprecated: true
action_help: Generate sample DNS configuration for a domain
arguments:
domain:
help: Target domain
extra:
pattern: *pattern_domain
### domain_maindomain()
main-domain:
action_help: Check the current main domain, or change it

View file

@ -718,10 +718,6 @@ def domain_cert_renew(domain_list, force=False, no_checks=False, email=False):
return certificate_renew(domain_list, force, no_checks, email)
def domain_dns_conf(domain):
return domain_dns_suggest(domain)
def domain_dns_suggest(domain):
from yunohost.dns import domain_dns_suggest