From 67a5cd25851e9c4ab9bbd16157d8ddaf8f81cc19 Mon Sep 17 00:00:00 2001 From: yichengchen Date: Thu, 14 Jun 2018 13:30:33 +0800 Subject: [PATCH] Feature: Add RC4-MD5 and ChAChA20 --- ClashX/ViewControllers/SampleConfigViewController.swift | 2 ++ ClashX/clash | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ClashX/ViewControllers/SampleConfigViewController.swift b/ClashX/ViewControllers/SampleConfigViewController.swift index feef69e..0fc49a6 100644 --- a/ClashX/ViewControllers/SampleConfigViewController.swift +++ b/ClashX/ViewControllers/SampleConfigViewController.swift @@ -17,12 +17,14 @@ class SampleConfigViewController: NSViewController { override func viewDidLoad() { super.viewDidLoad() serverencryptMethodBox.addItems(withObjectValues: [ + "RC4-MD5", "AES-128-CTR", "AES-192-CTR", "AES-256-CTR", "AES-128-CFB", "AES-192-CFB", "AES-256-CFB", + "CHACHA20", "CHACHA20-IETF", "XCHACHA20", "AEAD_AES_128_GCM", diff --git a/ClashX/clash b/ClashX/clash index 1ae0f79..28831f2 160000 --- a/ClashX/clash +++ b/ClashX/clash @@ -1 +1 @@ -Subproject commit 1ae0f79d3974e44b004f30e576148317bb2a2190 +Subproject commit 28831f24996d1adf593395c2b03a5c507eb0e7c5