mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Use right value names in MX type records
This commit is contained in:
@@ -120,10 +120,10 @@ In the above example each name had a single record, but there are cases where a
|
|||||||
- 1.2.3.5
|
- 1.2.3.5
|
||||||
- type: MX
|
- type: MX
|
||||||
values:
|
values:
|
||||||
- priority: 10
|
- exchange: mx1.example.com.
|
||||||
value: mx1.example.com.
|
preference: 10
|
||||||
- priority: 10
|
- exchange: mx2.example.com.
|
||||||
value: mx2.example.com.
|
preference: 10
|
||||||
```
|
```
|
||||||
|
|
||||||
### Record data
|
### Record data
|
||||||
|
Reference in New Issue
Block a user