Browse Source
Fix a typo
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4902/head
Suguru Hirahara
2 months ago
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
1 changed files with
1 additions and
1 deletions
-
docs/configuring-playbook-dynamic-dns.md
|
|
|
@@ -42,7 +42,7 @@ ddclient_enabled: true |
|
|
|
|
|
|
|
ddclient_domain_configurations: |
|
|
|
- provider: example.net |
|
|
|
protocol: dyndn2 |
|
|
|
protocol: dyndns2 |
|
|
|
username: YOUR_USERNAME_HERE |
|
|
|
password: YOUR_PASSWORD_HERE |
|
|
|
domain: "{{ matrix_domain }}" |
|
|
|
|