From 46fff38c526dabf8ce8af5e6a49ce02602851e7d Mon Sep 17 00:00:00 2001 From: yicheng Date: Sat, 8 Sep 2018 20:41:09 +0800 Subject: [PATCH] Add vmss tls suppory --- ClashX/Info.plist | 9 +++++++-- ClashX/Support Files/initConfig.ini | 3 ++- ClashX/Support Files/sampleConfig.ini | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ClashX/Info.plist b/ClashX/Info.plist index ce397fdb2..25236af01 100644 --- a/ClashX/Info.plist +++ b/ClashX/Info.plist @@ -17,13 +17,18 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleVersion - 1.4.0 + 1.4.1 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) LSUIElement + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSHumanReadableCopyright Copyright © 2018年 yichengchen. All rights reserved. NSMainStoryboardFile diff --git a/ClashX/Support Files/initConfig.ini b/ClashX/Support Files/initConfig.ini index 6822ffb2a..f83530e4d 100644 --- a/ClashX/Support Files/initConfig.ini +++ b/ClashX/Support Files/initConfig.ini @@ -4,7 +4,8 @@ socks-port = 7891 external-controller = 127.0.0.1:7892 [Proxy] proxy = ss, 127.0.0.1, 80, RC4-MD5, password -# vmess = vmess, 127.0.0.1, 1234, uuid, alertid, auto +# vmess = vmess, 127.0.0.1, 1234, uuid, alterid(1), auto/aes-128-gcm/chacha20-poly1305/none, tls=true +# [Proxy Group] # Proxy = select, proxy diff --git a/ClashX/Support Files/sampleConfig.ini b/ClashX/Support Files/sampleConfig.ini index a3b947eda..716ee0751 100644 --- a/ClashX/Support Files/sampleConfig.ini +++ b/ClashX/Support Files/sampleConfig.ini @@ -5,7 +5,7 @@ external-controller = 127.0.0.1:7892 [Proxy] # name = ss, server, port, cipter, password -# vmess = vmess, 127.0.0.1, 1234, uuid, alertid, auto +# vmess = vmess, 127.0.0.1, 1234, uuid, alterid(1), auto/aes-128-gcm/chacha20-poly1305/none, tls=true {{ProxyPlaceHolder}}