tknv

/etc/bind/named.conf.local,

Jan 10th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Dynamic zone
  2. zone "foo.com" {
  3. type master;
  4. file "/var/lib/bind/foo.com";
  5. update-policy {
  6. // allow host to update themselves with a key having their own name
  7. grant *.foo.com self foo.com.;
  8. };
  9. };
Advertisement
Add Comment
Please, Sign In to add comment