Skip to content

Commit 7d7ee68

Browse files
committed
update
1 parent 8b84a2f commit 7d7ee68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

workers.dev/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Copy your code to editor [workers.dev/index.js](index.js) or [index.js](../index
2424

2525
### workers.dev/index.js
2626

27+
Only support for single domain
28+
2729
In this case, you will need change the code:
2830

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

37+
### index.js
38+
39+
Support for multiple domains
40+
3541
![Edit Code 2](images/edit2.png)
3642

3743

0 commit comments

Comments
 (0)