Skip to content

Commit f90d195

Browse files
authored
Add A and AAAA records for rp.postal.example.com (#88)
1 parent ff9de20 commit f90d195

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/2.getting-started/4.dns-configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,16 @@ The return path domain is the default domain that is used as the `MAIL FROM` for
110110
</tr>
111111
</thead>
112112
<tbody>
113+
<tr>
114+
<td>rp.postal.example.com</td>
115+
<td>A</td>
116+
<td><code>192.168.1.3</code></td>
117+
</tr>
118+
<tr>
119+
<td>rp.postal.example.com</td>
120+
<td>AAAA</td>
121+
<td><code>2a00:1234:abcd:1::3</code></td>
122+
</tr>
113123
<tr>
114124
<td>rp.postal.example.com</td>
115125
<td>MX</td>

0 commit comments

Comments
 (0)