Skip to content

Commit 3e3ac47

Browse files
committed
update readme
1 parent c680b8b commit 3e3ac47

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

README.md

+27-17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Cloudflare Proxy Sites
22

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
315

416
## Local Deploy
517

@@ -55,12 +67,9 @@ Store sensitive information as secrets in your GitHub repository. Navigate to yo
5567
- Select "Secrets" from the sidebar.
5668
- Click on "New repository secret" to add each secret.
5769

58-
## 通过 cloudflare 界面安装
59-
60-
中文安装教程参考, 类似的CF反代,通过目录访问
61-
62-
https://github.com/gaboolic/cloudflare-reverse-proxy
70+
### Manual Cloudflare Setup
6371

72+
For detailed instructions, see [this guide](https://github.com/gaboolic/cloudflare-reverse-proxy) (in Chinese).
6473

6574
## Configure Workers for Proxy Site
6675

@@ -88,22 +97,23 @@ Ensure the certificate is active.
8897
![Domain config ](images/done.png)
8998

9099

91-
## About the robots.txt
100+
## 🤖 robots.txt Configuration
92101

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):
103103

104104
```js
105105
// index.js
106106
const robots = `User-agent: *
107107
Disallow: /
108108
`;
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

Comments
 (0)