12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
// این بلوکها را به /etc/bind/named.conf.local اضافه کنید
|
|
|
|
zone "modstagram.com" {
|
|
type master;
|
|
file "/etc/bind/db.modstagram.com";
|
|
};
|
|
|
|
zone "modstagram.ir" {
|
|
type master;
|
|
file "/etc/bind/db.modstagram.ir";
|
|
};
|