Skip to content

Commit 0d1ffba

Browse files
authored
[misc] add additional cname example (#5341)
1 parent 1024d45 commit 0d1ffba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure_files/getting-started.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,9 @@ print_builtin_traefik_instructions() {
11761176
echo " The proxy service is enabled and running."
11771177
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
11781178
echo " The proxy handles its own TLS certificates via ACME TLS-ALPN-01 challenge."
1179-
echo " Point your proxy domain to this server's domain address like in the example below:"
1179+
echo " Point your proxy domain to this server's domain address like in the examples below:"
11801180
echo ""
1181+
echo " $PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
11811182
echo " *.$PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
11821183
echo ""
11831184
fi

0 commit comments

Comments
 (0)