소스 검색

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


불러오는 중...
취소
저장