I understand from developer's reply that i cannot use the pihole -c command in my configuration.
But your reply told me I can still extract infos.... but I am not understanding ... does it mean that is there another way to use pihole -c in my config ?
There is this binary/daemon named pihole-FTL thats listening on port 4711 TCP for API calls (see netstat output).
But its only listening on the localhost IP 127.0.0.1 that resides on the loopback interface named "lo".
API calls can be made on this socket (IP+port) to query this pihole-FTL daemon (see your posting asking about API docs).
The pihole -c command does something similar.
For you to check if you have a lo interface with IP 127.0.0.1 (ip command);
if pihole-FTL is listening on this 127.0.0.1 IP and port 4711 (netstat command);
and if you can query it (nc command).
Ps. the binding between the name localhost and the 127.0.0.1 IP address is configured in below file: