mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1666 from eldertek/fix-2090
[fix] Remove deprecated domain_dns_conf
This commit is contained in:
commit
b6ae711dd7
2 changed files with 0 additions and 15 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue