Ticket #159: vhcs.conf

File vhcs.conf, 407 bytes (added by neverpanic, 1 year ago)

/etc/bind/vhcs.conf

Line 
1 // bind Data BEGIN.
2
3 // This is just an example entry...
4 // dmn [example.com] cfg entry BEGIN.
5 zone "example.com" {
6         type master;
7         file "/var/cache/bind/example.com.db";
8         allow-transfer {
9                 common-allow-transfer;
10         };
11 };
12 // dmn [example.com] cfg entry END.
13
14 // dmn [{DMN_NAME}] cfg entry BEGIN.
15 // dmn [{DMN_NAME}] cfg entry END.
16
17 // bind Data END.