We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024d45 commit 0d1ffbaCopy full SHA for 0d1ffba
infrastructure_files/getting-started.sh
@@ -1176,8 +1176,9 @@ print_builtin_traefik_instructions() {
1176
echo " The proxy service is enabled and running."
1177
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
1178
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:"
+ echo " Point your proxy domain to this server's domain address like in the examples below:"
1180
echo ""
1181
+ echo " $PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
1182
echo " *.$PROXY_DOMAIN CNAME $NETBIRD_DOMAIN"
1183
1184
fi
0 commit comments