Commit 8a66df52 authored by Max Lv's avatar Max Lv

support more ciphers

parent e3c5445e
......@@ -2,7 +2,7 @@
<resources>
<!-- array category -->
<array name="enc_method_entry">
<string-array name="enc_method_entry">
<item>TABLE</item>
<item>RC4</item>
<item>AES-128-CFB</item>
......@@ -17,8 +17,9 @@
<item>IDEA-CFB</item>
<item>RC2-CFB</item>
<item>SEED-CFB</item>
</array>
<array name="enc_method_value">
</string-array>
<string-array name="enc_method_value">
<item>table</item>
<item>rc4</item>
<item>aes-128-cfb</item>
......@@ -33,7 +34,7 @@
<item>idea-cfb</item>
<item>rc2-cfb</item>
<item>seed-cfb</item>
</array>
</string-array>
<string-array name="chn_list">
<item>0.0.0.0/7</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment