Skip to content

Commit 14c2168

Browse files
committed
update install.sh
1 parent 29f088d commit 14c2168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fragment_scanner() {
9999
HTTP_PROXY_SERVER="127.0.0.1"
100100

101101
# Arrays of possible values for packets, length, and interval
102-
packetsOptions=("1-1" "1-2" "1-3" "1-5")
102+
packetsOptions=("tlshello" "1-1" "1-2" "1-3" "1-5")
103103
lengthOptions=("1-1" "1-2" "1-3" "2-5" "1-5" "1-10" "3-5" "5-10" "3-10" "10-15" "10-30" "10-20" "20-50" "50-100" "100-150")
104104
intervalOptions=("1-1" "1-2" "3-5" "1-5" "5-10" "10-15" "10-20" "20-30" "20-50" "40-50" "50-100" "50-80" "100-150" "150-200" "100-200")
105105

0 commit comments

Comments
 (0)