Describe the bugbbb-conf --check reports the hostname configured in the Nginx config to not match the IP of the server.
Additional context
The external address we use bbb.fachschaften.org is a CNAME and fine points to the right IP but through a CNAME. bbb-conf --check is not CNAME-aware.
I had thought about grepping for "has address" before passing the line to awk, but I would wager this to be locale-specific (though assuming the address is the 4th part of the line might be locale-specific too…).
Describe the bug
bbb-conf --check
reports the hostname configured in the Nginx config to not match the IP of the server.Additional context The external address we use
bbb.fachschaften.org
is a CNAME and fine points to the right IP but through a CNAME.bbb-conf --check
is not CNAME-aware.I had thought about grepping for "has address" before passing the line to awk, but I would wager this to be locale-specific (though assuming the address is the 4th part of the line might be locale-specific too…).