You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.3 KiB
55 lines
1.3 KiB
{ |
|
"routes": [ |
|
{ |
|
"src": "/(.*)", |
|
"headers": { |
|
"Cache-Control": "s-maxage=1209600, max-age=86400, public", |
|
"Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload", |
|
"Access-Control-Allow-Origin": "*", |
|
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS", |
|
"Access-Control-Allow-Headers": "Accept, Authorization, Cache-Control, Content-Type, DNT, If-Modified-Since, Keep-Alive, Origin, User-Agent, X-Requested-With, Token, x-access-token" |
|
}, |
|
"continue": true |
|
}, |
|
{ |
|
"src": "/goto/github", |
|
"status": 302, |
|
"headers": { |
|
"Location": "https://github.com/186526" |
|
} |
|
}, |
|
{ |
|
"src": "/goto/telegram", |
|
"status": 302, |
|
"headers": { |
|
"Location": "https://t.me/real186526" |
|
} |
|
}, |
|
{ |
|
"src": "/goto/blog", |
|
"status": 302, |
|
"headers": { |
|
"Location": "https://blog.186526.xyz" |
|
} |
|
}, |
|
{ |
|
"src": "/goto/email", |
|
"status": 302, |
|
"headers": { |
|
"Location": "mailto:[email protected]" |
|
} |
|
}, |
|
{ |
|
"src": "/generate_204", |
|
"status": 204, |
|
"headers": { |
|
"X-Powered-By": "SW2Express", |
|
"Server": "sw=>express" |
|
} |
|
}, |
|
{ |
|
"src": "/v2/(.*)", |
|
"dest": "https://registry.186526.xyz/v2/$1" |
|
} |
|
] |
|
}
|
|
|