diff --git a/deploy.sh b/deploy.sh index 11be125..202bc26 100755 --- a/deploy.sh +++ b/deploy.sh @@ -73,20 +73,57 @@ if [ "$GREENFIELD" = true ]; then cp compose/zoraxy.yaml "$TARGET_DIR/compose/zoraxy.yaml" podman-compose -f "$TARGET_DIR/compose/zoraxy.yaml" up -d 2>&1 || echo "[WARN] Zoraxy deploy had issues (see above)" - # Generate Zoraxy proxy configs (both app and dns, AuthMethod 0 — binary handles auth for app) + # Generate Zoraxy proxy configs with full schema (prevents Zoraxy from clearing OriginIpOrDomain on expand) echo "[*] Generating Zoraxy proxy configs..." cat > "$TARGET_DIR/config/zoraxy/conf/proxy/app.$DOMAIN.config" <