Skip to content

Commit

Permalink
Merge pull request #2674 from mmrabbani/patch-1
Browse files Browse the repository at this point in the history
Add HTTP3 to ALPN options
  • Loading branch information
2dust authored Dec 14, 2023
2 parents 7bad57c + 1c8e1f0 commit 68f1f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions V2rayNG/app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@

<string-array name="streamsecurity_alpn" translatable="false">
<item></item>
<item>h3</item>
<item>h2</item>
<item>http/1.1</item>
<item>h3,h2,http/1.1</item>
<item>h3,h2</item>
<item>h2,http/1.1</item>
</string-array>

Expand Down

0 comments on commit 68f1f64

Please sign in to comment.