First of all, is there any documentation on the system logs for the G1100 router? Like what does the event-type "named[1324]" mean? But just in general is there any documentation at all for the end user?
But the main point of this post is the specific error message I found in my router's System Log:
Time | Event-Type | Log Level | Details
--------------------------------------------------------------
Dec 31 15:01:25 2017 | named[1324] | err<139> | client 192.168.0.4#53218 (218.83.20.104.in-addr.arpa): view internal-clients: query failed (SERVFAIL) for 218.83.20.104.in-addr.arpa/IN/PTR at query.c:7837
192.168.0.4 is my desktop IP that I'm using right now and what I use to access the admin interface on the router. It appears that I'm doing an rDNS lookup for 104.20.83.218, which according to WHOIS, is a CloudFlare IP (not comforting).
But what does "view internal-clients: query failed (SERVFAIL)" mean? Is the CloudFlare IP trying to run a SQL command on my router, presumably to find info about my internal clients? Or is there a less sinister alternative explanation?