};
};
</pre>
zone file "/etc/bind/db.fukudat.com" を以下のように作る。
<pre>
$ORIGIN fukudat.com.
$TTL 86400 ; 1 day
@ IN SOA ns.fukudat.com. root.fukudat.com. (
2018000002 ; Serial
10800 ; Refresh
1800 ; Retry
4320000 ; Expire
86400 ; Negative Cache TTL
)
NS ns.fukudat.com.
MX 0 mail.fukudat.com.
$TTL 86400
router A 192.168.0.1
ns A 192.168.0.11
fitpc2i A 192.168.0.11
www A xxx.xxx.xxx.xxx
</pre>