Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 3428f7d

Browse files
Qv2ray-devQv2ray-dev
authored andcommitted
add: support many more crypto methods and protocols, by @TheWanderingCoel
1 parent bbf48bf commit 3428f7d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

ui/SSROutboundEditor.ui

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
</item>
3434
<item row="1" column="1">
3535
<widget class="QComboBox" name="ssrMethodCombo">
36+
<item>
37+
<property name="text">
38+
<string>none</string>
39+
</property>
40+
</item>
3641
<item>
3742
<property name="text">
3843
<string notr="true">rc4</string>
@@ -189,6 +194,26 @@
189194
<string notr="true">auth_chain_b</string>
190195
</property>
191196
</item>
197+
<item>
198+
<property name="text">
199+
<string>auth_chain_c</string>
200+
</property>
201+
</item>
202+
<item>
203+
<property name="text">
204+
<string>auth_chain_d</string>
205+
</property>
206+
</item>
207+
<item>
208+
<property name="text">
209+
<string>auth_chain_e</string>
210+
</property>
211+
</item>
212+
<item>
213+
<property name="text">
214+
<string>auth_chain_f</string>
215+
</property>
216+
</item>
192217
</widget>
193218
</item>
194219
<item row="3" column="0">

0 commit comments

Comments
 (0)