This domain is pointed to rproxy.it, but no route is configured yet.
Loading...
Quick Setup:
Create a backend (tunnel, direct origin, or static site)
Create a route for your domain
Your site will be live immediately!
# Example: Create a route via API
curl -X POST https://rproxy.it/api/routes \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"route": {
"hostname": "your-domain.com",
"path_prefix": "/",
"backend_type": "tunnel",
"backend_id": "your-tunnel-name"
}
}'