mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[GH-ISSUE #10] Add customizable MX priority for multiple MX records #5
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yswery on GitHub (Nov 23, 2014).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/10
Need to be able to set a custom priority for multiple MX records in the dns storage.
Currently this is hard coded for "10" as per: https://github.com/yswery/PHP-DNS-SERVER/blob/master/src/Server.php#L372
@samuelwilliams commented on GitHub (Apr 17, 2017):
See PR #22
@yswery commented on GitHub (Apr 23, 2017):
This is fantastic thanks for sorting this one out!