Skip to content

Commit

Permalink
Add vmss tls suppory
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengchen committed Sep 8, 2018
1 parent 4be669e commit 46fff38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions ClashX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleVersion</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018年 yichengchen. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
Expand Down
3 changes: 2 additions & 1 deletion ClashX/Support Files/initConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ClashX/Support Files/sampleConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down

0 comments on commit 46fff38

Please sign in to comment.