[misc] add additional cname example (#5341)

This commit is contained in:
Maycon Santos
2026-02-16 13:30:58 +01:00
committed by GitHub
parent 1024d45698
commit 0d1ffba75f

View File

@@ -1176,8 +1176,9 @@ print_builtin_traefik_instructions() {
echo " The proxy service is enabled and running."
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
echo " The proxy handles its own TLS certificates via ACME TLS-ALPN-01 challenge."
echo " Point your proxy domain to this server's domain address like in the example below:"
echo " Point your proxy domain to this server's domain address like in the examples below:"
echo ""
echo " $PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
echo " *.$PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
echo ""
fi