Compare commits
5 commits
codespace-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a8afbc8c84 | |||
| 98f6dfb567 | |||
|
|
7ddb1cb3c2 | ||
|
|
ea434afa94 | ||
|
|
edd16e0bb8 |
5 changed files with 15 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
dist/*
|
||||
worker/*
|
||||
node_modules/*
|
||||
.secrets
|
||||
1
E.js
Normal file
1
E.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
test
|
||||
10
README.md
10
README.md
|
|
@ -1,3 +1,13 @@
|
|||
## Deprection notice
|
||||
|
||||
This project has been deprecated and archived.
|
||||
|
||||
I recommend you use Cloudflare's native [Bulk Redirects](https://developers.cloudflare.com/rules/bulk-redirects) or [Dynamic Redirects](https://blog.cloudflare.com/dynamic-redirect-rules/) features to redirect domains, rather than Page Rules.
|
||||
|
||||
You may use or fork this project if you desire, but it is not supported by me and will not recieve any updates.
|
||||
|
||||
The original README is below.
|
||||
|
||||
# Domain Redirecting with Cloudflare Workers
|
||||
|
||||
Easily redirect one entire domain to another with a serverless Cloudflare Worker.
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
"cloud.erisa.moe": "erisa.cloud",
|
||||
"docs.erisa.moe": "docs.erisa.uk",
|
||||
"evenfall.uk": "evenfall.site",
|
||||
"might-be-super.fun": "owo.whats-th.is"
|
||||
"might-be-super.fun": "owo.whats-th.is",
|
||||
"cord.gift": "dis.cord.gift"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ type = "webpack"
|
|||
compatibility_flags = []
|
||||
workers_dev = true
|
||||
compatibility_date = "2021-10-12"
|
||||
# account_id is required if you have multiple accounts within single profile.
|
||||
# account_id = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue