Bonjour,
j ai installe bind9, mais je reste un peu dans le flou :
un extrait de named .conf
Code :
- zone "localhost" {
- type master;
- file "db.local";
- };
|
db.local
Code :
- ;
- ; BIND data file for local loopback interface
- ;
- $TTL 604800
- @ IN SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
- ;
- @ IN NS localhost.
- @ IN A 127.0.0.1
|
que veut dire le @ ?
dans quel situtation cette zone est elle solicite ???