|
|
| Unix Administration Firewall Intrusion Detection Network Security Hacking MORE HOME |
key host1-host2.domain.net. {
algorithm hmac-md5;
secret "xxxxxxxxxxxxxx";
}server 192.249.249.1 {
keys {host1-host2.domain.net.; };
}; to sign all requests sent to 192.249.249.1zone "domain.net" {
type master;
file "db.domain.net";
allow-transfer {key host1-host2.domain.net.; };
};options {
allow-query {address_list; };
};zone "domain.net" {
type master;
file "xyz.db";
allow-transfer {address_list; };
};| CopyLeft (l) 2003 by Raffael Marty |