responded to reviewer comments
This commit is contained in:
parent
e894befd87
commit
59bb6b2971
@ -9,6 +9,7 @@ google domains, this process is described [here](https://support.google.com/doma
|
|||||||
After you've gotten the proper credentials you can add the following config to your inventory/host_vars/matrix.DOMAIN/vars.yml:
|
After you've gotten the proper credentials you can add the following config to your inventory/host_vars/matrix.DOMAIN/vars.yml:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
matrix_dyanmic_dns_enabled: true
|
||||||
matrix_dynamic_dns_domain_configurations: |
|
matrix_dynamic_dns_domain_configurations: |
|
||||||
{{
|
{{
|
||||||
[{'provider': 'domains.google.com', 'protocol': 'dyndn2', 'username': 'XXXXXXXXXXXXXXXX', 'password': 'XXXXXXXXXXXXXXXX', 'domain': matrix_domain}]
|
[{'provider': 'domains.google.com', 'protocol': 'dyndn2', 'username': 'XXXXXXXXXXXXXXXX', 'password': 'XXXXXXXXXXXXXXXX', 'domain': matrix_domain}]
|
||||||
|
@ -626,6 +626,7 @@ matrix_dimension_homeserver_federationUrl: "http://matrix-synapse:{{ 8048 if mat
|
|||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
matrix_dyanmic_dns_enabled: false
|
||||||
matrix_dynamic_dns_domain_configurations: []
|
matrix_dynamic_dns_domain_configurations: []
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Whether dynamic dns is enabled
|
# Whether dynamic dns is enabled
|
||||||
matrix_dynamic_dns_enabled: "{{ matrix_dynamic_dns_domain_configurations is defined }}"
|
matrix_dynamic_dns_enabled: true
|
||||||
|
|
||||||
# The dynamic dns daemon interval
|
# The dynamic dns daemon interval
|
||||||
matrix_dynamic_dns_daemon_interval: '300'
|
matrix_dynamic_dns_daemon_interval: '300'
|
||||||
|
Loading…
Reference in New Issue
Block a user