Advertisement
Sergio_Istea

laboratorio.zone

Nov 18th, 2023
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.24 KB | None | 0 0
  1. zone "laboratorio" {
  2.  
  3.         type master;
  4.  
  5.         # Fichero con registros y configuraciones de la zona (SOA)
  6.         file "/etc/bind/local-zones/laboratorio.db";
  7.  
  8.         allow-update {
  9.                 none;
  10.         };
  11.  
  12.  
  13. };
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement