I need to block a host in an exterior domain.

Resolve all traffic for example.com from example.com¹s dns servers, but
stop badhost.example.com.
I guess I could become authoritative for badhost.example.com and point the
host to 127.0.0.1.
Does that sound like bad things would happen?

Zone ³badhost.example.com² {
        type master;
        file ³/etc/named/badhost.example.com.db²;
}

Badhost.example.com. IN SOA localhost (
                Admin.localhost
                2014091601
                3600
                900
                860000
                3600 )
        NS localhost.
        A 127.0.0.1

-- 
Hal King  - h...@utk.edu
Systems Administrator
Office of Information Technology
Shared Systems Services

The University of Tennessee
103C5 Kingston Pike Building
2309 Kingston Pk. Knoxville, TN 37996
Phone: 974-1599

/--------------------------------------\
| One Contact      865-974-9900        |
| Many Solutions   help.utk.edu        |
\--------------------------------------/



_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to