瀏覽代碼

Remove duplicate configuration in docs page

Related to #681 (Github Pull Request)
pull/681/head
Slavi Pantaleev 5 年之前
父節點
當前提交
2708f9aec7
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. +0
    -5
      docs/configuring-playbook-dynamic-dns.md

+ 0
- 5
docs/configuring-playbook-dynamic-dns.md 查看文件

@@ -11,11 +11,6 @@ After you've gotten the proper credentials you can add the following config to y
```yaml
matrix_dynamic_dns_enabled: true

matrix_dynamic_dns_domain_configurations: |
{{
[{'provider': 'domains.google.com', 'protocol': 'dyndn2', 'username': 'XXXXXXXXXXXXXXXX', 'password': 'XXXXXXXXXXXXXXXX', 'domain': matrix_domain}]
}}

matrix_dynamic_dns_domain_configurations:
- provider: domains.google.com
protocol: dyndn2


Loading…
取消
儲存