<p>I have the following data in my DNS zone file for my domain:</p>
<pre><code class="lang-auto">$ORIGIN mydomain.com.
@ IN A 208.X.Y.Z
mail IN A 208.X.Y.Z
... etc..
</code></pre>
<p>What does the <code>@</code> line mean? I know what an A record is.. but a host with an ampersand <a href="http://en.wikipedia.org/wiki/@" rel="noopener nofollow ugc">at sign</a>?</p>