'Status' column in query log has a very long name. How do i make it slim?

I am running docker together with unbound in a macvlan network in docker.
You can see my whole docker-compose in this thread.

The unbound service is my upstream dns server. This is working great, but in my query log i get this message inside the column Status:

OK, answered by pihole_unbound_1.pihole_macvlan_network#53
INSECURE

What does INSECURE even mean...? Nevermind. The name pihole_unbound_1.pihole_macvlan_network#53 is way to long. It is made from docker-container-name.network-name.port. Any chance to get this smaller (like only view unbound and not the entire thing) without recreating all my container and services?

I am running

Docker Tag 2021.10.1 Pi-hole v5.6 · Update available! FTL v5.11 · Update available! Web Interface v5.8 · Update available!

Create a Local DNS Record with a shorter name for the respectively associated IP address(es).

1 Like

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