Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 5, 2024
1 parent c680b8b commit 3e3ac47
Showing 1 changed file with 27 additions and 17 deletions.
44 changes: 27 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Cloudflare Proxy Sites

A powerful and easy-to-use website mirroring tool based on Cloudflare Workers.

## ๐ŸŒŸ Key Features

- ๐Ÿ†“ Free to use
- ๐ŸŒ Mirror any website with ease
- ๐Ÿš€ Quick deployment using Wrangler
- ๐Ÿ”— Support for multiple domains
- ๐Ÿค– Automated deployment via GitHub Actions
- ๐Ÿ›ก๏ธ Enhanced privacy and security
- ๐ŸŒ Bypass geographical restrictions
- โšก Improved access spee

## Local Deploy

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

## ้€š่ฟ‡ cloudflare ็•Œ้ขๅฎ‰่ฃ…

ไธญๆ–‡ๅฎ‰่ฃ…ๆ•™็จ‹ๅ‚่€ƒ, ็ฑปไผผ็š„CFๅไปฃ๏ผŒ้€š่ฟ‡็›ฎๅฝ•่ฎฟ้—ฎ

https://github.com/gaboolic/cloudflare-reverse-proxy
### Manual Cloudflare Setup

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

## Configure Workers for Proxy Site

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


## About the robots.txt
## ๐Ÿค– robots.txt Configuration

**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!

### Default Content:

```txt
User-agent: *
Disallow: /
```

### Change your robots.txt
Default configuration (recommended for privacy):

```js
// index.js
const robots = `User-agent: *
Disallow: /
`;
```
```

โš ๏ธ **Warning**: Modifying this may affect the indexed content of the mirrored site.

## ๐Ÿ“œ Disclaimer

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.

## ๐Ÿค Contributing

Contributions are welcome! Feel free to submit issues or pull requests.

0 comments on commit 3e3ac47

Please sign in to comment.