Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C by tester ( 16 years ago )
musashi@mus-desktop:~$ cat /etc/bind/db.home.zone
$ORIGIN home.

$TTL 3h

@ IN SOA www.home. root.home. (
       23 ;serial number
  3h ;refresh
  1h ;retry
  1w ;expire
  1h ;minimum
)
; Name server
              IN     NS ns1.home.

       IN     MX  0  mx.home.
              IN     MX  10   mail.home.

       IN      A 192.168.2.1

localhost     IN A 127.0.0.1
ns1       IN A 192.168.2.1
mx       IN A 192.168.2.1 
web       IN A 192.168.2.1
www       IN A 192.168.2.1
ftp       IN A 192.168.2.1
mail       IN A 192.168.2.1
host2       IN A 192.168.2.2
host3       IN A 192.168.2.3
host4       IN A 192.168.2.4
host5       IN A 192.168.2.5
host6       IN A 192.168.2.6
host7       IN A 192.168.2.7
host8       IN A 192.168.2.8
host9       IN A 192.168.2.9
host10       IN A 192.168.2.10

 

Revise this Paste

Your Name: Code Language: