3, nobody (??), 16:19, 24/11/2005 [ответить] [↑] [к модератору]
| +/– |
# grep -iC18 chaos /var/named/etc/named.conf | tail -n20
view "external-chaos" chaos {
// Create a view for all clients perusing the CHAOS class.
match-clients { any; };
recursion no;
/*
// doan worky while chroot'ed on OBSD 3.8 :-(
// sez there's kinda no hints in the void.
zone "." {
type hint;
file "/dev/null"; };
*/
zone "bind" {
type master;
file "master/db.bind";
allow-query { clients; };
allow-transfer { none; };
};
};
# cat /var/named/master/db.bind
; @(#)db.bind v1.2 25 JAN 2001 Rob Thomas robt@cymru.com
$TTL 1D
$ORIGIN bind.
@ 1D CHAOS SOA localhost. hostmaster.localhost. (
2001013103 ; serial
3H ; refresh
1H ; retry
1W ; expiry
1D ) ; minimum
CHAOS NS localhost.
; user@host:~> dig @NS.Test.tld version.bind chaos txt
version.bind. CHAOS TXT "some hacked NS on a really paranoic OS"
; user@host:~> dig @NS.Test.tld authors.bind
authors.bind. CHAOS TXT "are better coders than I. ;-)"
# echo "me ist teh paranoid, that's why this OS was chosen" | |
4, tcp (?), 21:28, 13/07/2010 [ответить] [к модератору]
| +/– |
правильно узнать версиб вот так
nslookup -q=txt -class=CHAOS version.bind. blogsua.com
| |
5, Ioannes (?), 22:47, 17/06/2023 [ответить] [к модератору]
| +/– |
options {
// Disable CHAOS class zone
version none;
hostname none;
server-id none;
//...
| |
|