remove deprecated

This commit is contained in:
ElderTek 2023-05-25 00:00:07 +04:00
parent f046c291e5
commit 23eaf609da
2 changed files with 0 additions and 15 deletions

View file

@ -537,17 +537,6 @@ domain:
full: --force
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:

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