ffdns/bind/ffhh.v4

18 lines
376 B
Plaintext
Raw Normal View History

# ffhh
zone "ffhh" {
type static-stub;
server-addresses { 10.112.1.1; 10.112.14.1; };
};
# 10.112.0.0/16 reverse
zone "112.10.in-addr.arpa" {
type static-stub;
server-addresses { 10.112.1.1; 10.112.14.1; };
};
# FD51:2BB2:FD0D::/48 reverse
zone "d.0.d.f.2.b.b.2.1.5.d.f.ip6.arpa" {
type static-stub;
server-addresses { 10.112.1.1; 10.112.14.1; };
};