Answer the question
In order to leave comments, you need to log in
How to configure BIND to send all sites to the same server, except for certain ones?
There is a bind config
zone "." {
type master;
file "/etc/bind/alow.";
};
$TTL 3600
@ IN SOA ns1.host.com. admin.host.com. (
2014042101; Serial
21600; Refresh
3600; Retry
604800; Expire
86400 ); Negative Cache TTL
IN NS ns1.host.com.
IN NS ns2.host.com.
* IN A 192.168.1.1
Answer the question
In order to leave comments, you need to log in
Solution found
$TTL 3600
@ IN SOA ns1.host.com. admin.host.com. (
2014042101; Serial
21600; Refresh
3600; Retry
604800; Expire
86400 ); Negative Cache TTL
IN NS ns1.host.com.
IN NS ns2.host.com.
site.ru IN A 123.321.123.123
* IN A 111.111.111.111
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question