[GH-ISSUE #14] create multiple mx record #7

Closed
opened 2026-03-04 23:23:41 +03:00 by kerem · 1 comment
Owner

Originally created by @hgati on GitHub (Jul 25, 2015).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/14

My MX Record is.....
"ASPMX.L.GOOGLE.COM"
"ALT.ASPMX.L.GOOGLE.COM"
"ALT2.ASPMX.L.GOOGLE.COM"
"ASPMX2.GOOGLEMAIL.COM"

{
    "mydomain.com": {
        "A": "111.111.111.111",
        "MX": ["ASPMX.L.GOOGLE.COM", "ALT.ASPMX.L.GOOGLE.COM", "ALT2.ASPMX.L.GOOGLE.COM", "ASPMX2.GOOGLEMAIL.COM"],
    }
}

Is this right? (in array)

Originally created by @hgati on GitHub (Jul 25, 2015). Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/14 My MX Record is..... "ASPMX.L.GOOGLE.COM" "ALT.ASPMX.L.GOOGLE.COM" "ALT2.ASPMX.L.GOOGLE.COM" "ASPMX2.GOOGLEMAIL.COM" ``` json { "mydomain.com": { "A": "111.111.111.111", "MX": ["ASPMX.L.GOOGLE.COM", "ALT.ASPMX.L.GOOGLE.COM", "ALT2.ASPMX.L.GOOGLE.COM", "ASPMX2.GOOGLEMAIL.COM"], } } ``` Is this right? (in array)
kerem closed this issue 2026-03-04 23:23:41 +03:00
Author
Owner

@hgati commented on GitHub (Jul 25, 2015):

Ok, It works

<!-- gh-comment-id:124792661 --> @hgati commented on GitHub (Jul 25, 2015): Ok, It works
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#7
No description provided.