|
1 | 1 | # Cloudflare Proxy Sites
|
2 | 2 |
|
| 3 | +A powerful and easy-to-use website mirroring tool based on Cloudflare Workers. |
| 4 | + |
| 5 | +## 🌟 Key Features |
| 6 | + |
| 7 | +- 🆓 Free to use |
| 8 | +- 🌐 Mirror any website with ease |
| 9 | +- 🚀 Quick deployment using Wrangler |
| 10 | +- 🔗 Support for multiple domains |
| 11 | +- 🤖 Automated deployment via GitHub Actions |
| 12 | +- 🛡️ Enhanced privacy and security |
| 13 | +- 🌍 Bypass geographical restrictions |
| 14 | +- ⚡ Improved access spee |
3 | 15 |
|
4 | 16 | ## Local Deploy
|
5 | 17 |
|
@@ -55,12 +67,9 @@ Store sensitive information as secrets in your GitHub repository. Navigate to yo
|
55 | 67 | - Select "Secrets" from the sidebar.
|
56 | 68 | - Click on "New repository secret" to add each secret.
|
57 | 69 |
|
58 |
| -## 通过 cloudflare 界面安装 |
59 |
| - |
60 |
| -中文安装教程参考, 类似的CF反代,通过目录访问 |
61 |
| - |
62 |
| -https://github.com/gaboolic/cloudflare-reverse-proxy |
| 70 | +### Manual Cloudflare Setup |
63 | 71 |
|
| 72 | +For detailed instructions, see [this guide](https://github.com/gaboolic/cloudflare-reverse-proxy) (in Chinese). |
64 | 73 |
|
65 | 74 | ## Configure Workers for Proxy Site
|
66 | 75 |
|
@@ -88,22 +97,23 @@ Ensure the certificate is active.
|
88 | 97 | 
|
89 | 98 |
|
90 | 99 |
|
91 |
| -## About the robots.txt |
| 100 | +## 🤖 robots.txt Configuration |
92 | 101 |
|
93 |
| -**Warning**: Allowing web crawlers to index this content may affect the proxied site. If it is not your site or if you are unsure of the potential impact, please stop here! |
94 |
| - |
95 |
| -### Default Content: |
96 |
| - |
97 |
| -```txt |
98 |
| -User-agent: * |
99 |
| -Disallow: / |
100 |
| -``` |
101 |
| - |
102 |
| -### Change your robots.txt |
| 102 | +Default configuration (recommended for privacy): |
103 | 103 |
|
104 | 104 | ```js
|
105 | 105 | // index.js
|
106 | 106 | const robots = `User-agent: *
|
107 | 107 | Disallow: /
|
108 | 108 | `;
|
109 |
| -``` |
| 109 | +``` |
| 110 | + |
| 111 | +⚠️ **Warning**: Modifying this may affect the indexed content of the mirrored site. |
| 112 | + |
| 113 | +## 📜 Disclaimer |
| 114 | + |
| 115 | +This tool is for educational and personal use only. Users are responsible for complying with all applicable laws and regulations. The developers are not liable for any misuse or legal consequences. |
| 116 | + |
| 117 | +## 🤝 Contributing |
| 118 | + |
| 119 | +Contributions are welcome! Feel free to submit issues or pull requests. |
0 commit comments