Skip to content

Instantly share code, notes, and snippets.

View supra126's full-sized avatar

黃小黃 supra126

View GitHub Profile
@supra126
supra126 / routes.json
Created October 15, 2025 03:18
Fast Relay proxy server routes configuration - Auto-synced
{
"$schema": "https://raw.githubusercontent.com/supra126/fast-relay/main/routes.schema.json",
"routes": [
{
"source": "/api/v1/*",
"target": "https://httpbin.org/anything",
"pathMode": "append",
"responseMode": "proxy",
"description": "HTTPBin - Echo service (returns request details)"
},