Skip to content

Commit

Permalink
Merge pull request #148 from NastyaGrifon/patch-1
Browse files Browse the repository at this point in the history
Fixed the example commands in README_EN.md
  • Loading branch information
lmc999 authored Aug 10, 2024
2 parents eb282fb + feef09e commit a25c403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@ This script was modified based on [CoiaPrant/MediaUnlock_Test](https://github.co

**General Use**
````bash
bash <(curl -L -s https://git.io/JRw8R) -E
bash <(curl -L -s https://git.io/JRw8R) -E en
````

**Test IPv4 Result Only**
````bash
bash <(curl -L -s https://git.io/JRw8R) -E -M 4
bash <(curl -L -s https://git.io/JRw8R) -E en -M 4
````

**Test IPv6 Result Only**
````bash
bash <(curl -L -s https://git.io/JRw8R) -E -M 6
bash <(curl -L -s https://git.io/JRw8R) -E en -M 6
````

**Specify a Certain Interface to be Tested**
````bash
bash <(curl -L -s https://git.io/JRw8R) -E -I eth0
bash <(curl -L -s https://git.io/JRw8R) -E en -I eth0
````

**Or run in docker**
Expand Down
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5865,7 +5865,7 @@ function showGoodbye() {
echo -e "${Font_Yellow}Number of Script Runs for Today: ${TODAY_RUN_TIMES}; Total Number of Script Runs: ${TOTAL_RUN_TIMES}${Font_Suffix}"
echo -e ''
echo -e "========================================================="
echo -e "${Font_Red}If you found this script helpful, you can but me a coffee${Font_Suffix}"
echo -e "${Font_Red}If you found this script helpful, you can buy me a coffee${Font_Suffix}"
echo -e ''
echo -e "LTC: LQD4S6Y5bu3bHX6hx8ASsGHVfaqFGFNTbx"
echo -e "========================================================="
Expand Down

0 comments on commit a25c403

Please sign in to comment.