Skip to content

Commit 847ce04

Browse files
authored
Update README_EN.md
1 parent 3591876 commit 847ce04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README_EN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,22 @@ This script was modified based on [CoiaPrant/MediaUnlock_Test](https://github.co
6767

6868
**General Use**
6969
````bash
70-
bash <(curl -L -s https://git.io/JRw8R) -L e
70+
bash <(curl -L -s https://git.io/JRw8R) -E
7171
````
7272

7373
**Test IPv4 Result Only**
7474
````bash
75-
bash <(curl -L -s https://git.io/JRw8R) -L e -M 4
75+
bash <(curl -L -s https://git.io/JRw8R) -E -M 4
7676
````
7777

7878
**Test IPv6 Result Only**
7979
````bash
80-
bash <(curl -L -s https://git.io/JRw8R) -L e -M 6
80+
bash <(curl -L -s https://git.io/JRw8R) -E -M 6
8181
````
8282

8383
**Specify a Certain Interface to be Tested**
8484
````bash
85-
bash <(curl -L -s https://git.io/JRw8R) -L e -I eth0
85+
bash <(curl -L -s https://git.io/JRw8R) -E -I eth0
8686
````
8787

8888
**Or run in docker**

0 commit comments

Comments
 (0)