File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1154,7 +1154,16 @@ print_builtin_traefik_instructions() {
11541154 echo " - $NETBIRD_STUN_PORT /udp (STUN - required for NAT traversal)"
11551155 if [[ " $ENABLE_PROXY " == " true" ]]; then
11561156 echo " - 51820/udp (WIREGUARD - (optional) for P2P proxy connections)"
1157- echo " "
1157+ fi
1158+ echo " "
1159+ echo " This setup is ideal for homelabs and smaller organization deployments."
1160+ echo " For enterprise environments requiring high availability and advanced integrations,"
1161+ echo " consider a commercial on-prem license or scaling your open source deployment:"
1162+ echo " "
1163+ echo " Commercial license: https://netbird.io/pricing#on-prem"
1164+ echo " Scaling guide: https://docs.netbird.io/scaling-your-self-hosted-deployment"
1165+ echo " "
1166+ if [[ " $ENABLE_PROXY " == " true" ]]; then
11581167 echo " NetBird Proxy:"
11591168 echo " The proxy service is enabled and running."
11601169 echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
You can’t perform that action at this time.
0 commit comments