Skip to content
matveynator edited this page Apr 29, 2023 · 5 revisions
include "/etc/bind/GeoIP.acl";
  

view "russia" {
        match-clients { RU; };

        zone "matveynator.ru" {
                type master;
                file "/var/lib/bind/matveynator.ru.hosts-russia";
        };

        include "/etc/bind/named.conf.local";
};

view "world" {
        match-clients { any; };

        zone "matveynator.ru" {
                type master;
                file "/var/lib/bind/matveynator.ru.hosts-world";
        };

        include "/etc/bind/named.conf.local";
};
dig +short test.matveynator.ru

127.0.0.1 / 2 в зависимости от региона запроса

Clone this wiki locally