You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
355 B
15 lines
355 B
# Whether dynamic dns is enabled
|
|
matrix_dynamic_dns_enabled: true
|
|
|
|
# Allowed values: 'daemon', 'dhcp'
|
|
matrix_dynamic_dns_mode: 'dhcp'
|
|
|
|
# The DNS provider domain
|
|
matrix_dynamic_dns_provider: 'domains.google.com'
|
|
|
|
# The dynamic dns protocol
|
|
matrix_dynamic_dns_protocol: 'dyndns2'
|
|
|
|
# The dynamic dns daemon interval
|
|
matrix_dynamic_dns_daemon_interval: '300'
|