Add full project files
This commit is contained in:
11
scripts/dns/named.conf.local.snippet
Normal file
11
scripts/dns/named.conf.local.snippet
Normal file
@@ -0,0 +1,11 @@
|
||||
// این بلوکها را به /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";
|
||||
};
|
||||
Reference in New Issue
Block a user