README.md in dns_mock-1.2.0 vs README.md in dns_mock-1.2.1
- old
+ new
@@ -15,10 +15,12 @@
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [RSpec](#rspec)
+ - [DnsMock RSpec helper](#dnsmock-rspec-helper)
+ - [DnsMock RSpec interface](#dnsmock-rspec-interface)
- [Contributing](#contributing)
- [License](#license)
- [Code of Conduct](#code-of-conduct)
- [Credits](#credits)
- [Versioning](#versioning)
@@ -61,10 +63,10 @@
records = {
'example.com' => {
a: %w[1.1.1.1 2.2.2.2],
aaaa: %w[2a00:1450:4001:81e::200e],
ns: %w[ns1.domain.com ns2.domain.com],
- mx: %w[mx1.domain.com mx2.domain.com:50], # you can specify host(s) or host(s) with priority
+ mx: %w[mx1.domain.com mx2.domain.com:50], # you can specify host(s) or host(s) with priority, use '.:0' for definition null MX record
txt: %w[txt_record_1 txt_record_2],
cname: 'some.domain.com',
soa: [
{
mname: 'dns1.domain.com',