Advertisement
Sergio_Istea

develop.db

Nov 25th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $TTL 1D
  2. $ORIGIN develop.
  3.  
  4. @ IN SOA ns1.laboratorio.jueves. admin.istea.com.ar. (
  5.  
  6. 1 ; Serial
  7. 8H ; Refresh
  8. 2H ; Retry
  9. 4W ; Expire
  10. 1D ; Minum TTL
  11. )
  12.  
  13. @ IN NS ns1.laboratorio.jueves.
  14.  
  15. @ IN A 1.2.3.4
  16.  
  17.  
  18. testing IN A 192.168.0.250
  19.  
  20. www.testing IN CNAME testing.develop.
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement