File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,22 +67,22 @@ This script was modified based on [CoiaPrant/MediaUnlock_Test](https://github.co
67
67
68
68
** General Use**
69
69
```` bash
70
- bash <( curl -L -s https://git.io/JRw8R) -L e
70
+ bash <( curl -L -s https://git.io/JRw8R) -E
71
71
````
72
72
73
73
** Test IPv4 Result Only**
74
74
```` 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
76
76
````
77
77
78
78
** Test IPv6 Result Only**
79
79
```` 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
81
81
````
82
82
83
83
** Specify a Certain Interface to be Tested**
84
84
```` 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
86
86
````
87
87
88
88
** Or run in docker**
You can’t perform that action at this time.
0 commit comments