1.1.1.1 listed as more than one in the pie chart

Expected Behaviour:

1.1.1.1 should be listed as one chunk.

Actual Behaviour:

1.1.1.1 is listed as two chunks.

Debug Token:

Unable to obtain

1 Like

This is due to the way Cloudflare reports their names in a reverse DNS lookup. You have both 1.1.1.1 and 1.0.0.1 selected as upstream DNS servers, I assume. They are different resolvers, but Cloudflare names them the same.

pi@Pi-3B:~ $ dig +short -x 1.1.1.1
one.one.one.one.

pi@Pi-3B:~ $ dig +short -x 1.0.0.1
one.one.one.one.

There isn't much you can do about this other than to map the names in your local /etc/hosts file on the Pi. Map 1.1.1.1 to cloudflare1 and 1.0.0.1 to cloudflare2 (as an example) and then your defined names will appear in lieu of the one.one.one.one.

2 Likes

Was there a problem generating the debug log, or a problem in uploading the debug log? The debug log is helpful in this case because it shows us which upstream DNS servers you are using.

Problem in uploading.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.