Это мой файл системного журнала,
/var/log/syslog
Mar 8 18:10:56 ns2 pdns[4205]: Received a malformed qdomain from 74.125.183.72, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:01 ns2 pdns[4205]: Received a malformed qdomain from 74.125.183.199, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:01 ns2 pdns[4205]: Received a malformed qdomain from 74.125.72.143, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:01 ns2 pdns[4205]: Received a malformed qdomain from 74.125.72.7, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:04 ns2 pdns[4205]: Received a malformed qdomain from 74.125.72.129, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:04 ns2 pdns[4205]: Received a malformed qdomain from 74.125.183.65, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:04 ns2 pdns[4205]: Received a malformed qdomain from 74.125.72.137, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:07 ns2 pdns[4205]: Received a malformed qdomain from 74.125.183.76, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:07 ns2 pdns[4205]: Received a malformed qdomain from 74.125.72.149, '192.243.111.209;.anim.ga': sending servfail
Mar 8 18:11:07 ns2 pdns[4205]: Received a malformed qdomain from 74.125.183.67, '192.243.111.209;.anim.ga': sending servfail
Моя таблица записей MYSQL:
+----+-----------+---------+------+-----------------+------+------+-------------+-----------+------+
| id | domain_id | name | type | content | ttl | prio | change_date | ordername | auth |
+----+-----------+---------+------+-----------------+------+------+-------------+-----------+------+
| 1 | 1 | anim.ga | SOA | NULL | NULL | NULL | 1457472468 | NULL | NULL |
| 2 | 1 | anim.ga | NS | ns1.anim.ga | NULL | NULL | 1457472468 | NULL | NULL |
| 3 | 1 | anim.ga | NS | ns2.anim.ga | NULL | NULL | 1457472468 | NULL | NULL |
| 4 | 1 | anim.ga | A | 192.243.111.209 | NULL | NULL | 1457472468 | NULL | NULL |
+----+-----------+---------+------+-----------------+------+------+-------------+-----------+------+
4 rows in set (0.00 sec)
Таблица моих доменов:
+----+---------+--------+------------+--------+-----------------+---------+
| id | name | master | last_check | type | notified_serial | account |
+----+---------+--------+------------+--------+-----------------+---------+
| 1 | anim.ga | NULL | NULL | MASTER | NULL | NULL |
+----+---------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)
Наконец, конфигурационный файл:
#################################
# Autogenerated configuration file template
#################################
# allow-axfr-ips If enabled, restrict zonetransfers to originate from these
# IP addresses
#
# allow-axfr-ips=
default-soa-mail=admin.anim.ga
default-soa-name=ns1.anim.ga
launch=gmysql
soa-minimum-ttl=3600
soa-refresh-default=10800
soa-retry-default=3600
slave=yes
#master=yes;
Все, что вам может понадобиться, я предоставлю.
эти IP-адреса принадлежат Google, держу пари, что они являются частью кластера 8.8.8.8. Запросы, которые вы видите - люди на самом деле отправляют их на 8.8.8.8, предположительно из-за какой-то неправильной конфигурации. Вы не можете предотвратить это из вашего PowerDNS. Вы можете скрыть сообщение, отключив log-dns-details
(т.е. log-dns-details=off
).