Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 6, 2024
1 parent 8b84a2f commit 7d7ee68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workers.dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Copy your code to editor [workers.dev/index.js](index.js) or [index.js](../index

### workers.dev/index.js

Only support for single domain

In this case, you will need change the code:

```js
Expand All @@ -32,6 +34,10 @@ In this case, you will need change the code:
const proxySite = 'example.com';
```

### index.js

Support for multiple domains

![Edit Code 2](images/edit2.png)


Expand Down

0 comments on commit 7d7ee68

Please sign in to comment.