This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Use right value names in MX type records
pull/314/head
Vlad Voloshyn
7 years ago
parent
f92e168c17
commit
772042f237
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
docs/records.md
+ 4
- 4
docs/records.md
View File
@ -120,10 +120,10 @@ In the above example each name had a single record, but there are cases where a
- 1.2.3.5
- type: MX
values:
-
priority: 10
value: mx1.example.com.
-
priority: 10
value: mx2.example.com.
-
exchange: mx1.example.com.
preference: 10
-
exchange: mx2.example.com.
preference: 10
```
### Record data
Write
Preview
Loading…
Cancel
Save