Fix udm_dns_record example, fixing #315 (#316)

This commit is contained in:
Sven Anders
2020-05-10 14:40:12 +02:00
committed by GitHub
parent d2b6857cd1
commit dae5472206

View File

@@ -65,7 +65,9 @@ EXAMPLES = '''
zone: example.com
type: host_record
data:
- a: 192.0.2.1
a:
- 192.0.2.1
- 2001:0db8::42
'''