Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit cb205e2

Browse files
committed
update v2ray-core to v2.20.2; remove allowpassive
1 parent 83f1bef commit cb205e2

File tree

5 files changed

+35
-15
lines changed

5 files changed

+35
-15
lines changed

V2RayX/ConfigWindow.xib

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1212" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
44
<deployment identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
@@ -313,7 +313,7 @@
313313
</binding>
314314
</connections>
315315
</textField>
316-
<button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i2M-gr-8hK">
316+
<button hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i2M-gr-8hK">
317317
<rect key="frame" x="11" y="17" width="104" height="18"/>
318318
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
319319
<buttonCell key="cell" type="check" title="Allow passive" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="jcA-02-LMB">

V2RayX/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.7.3</string>
20+
<string>0.7.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

V2RayX/config-sample-rules.plist

+18-8
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</dict>
1414
<key>inbound</key>
1515
<dict>
16-
<key>allowPassive</key>
17-
<false/>
1816
<key>listen</key>
1917
<string>127.0.0.1</string>
2018
<key>port</key>
@@ -56,6 +54,8 @@
5654
<integer>64</integer>
5755
<key>id</key>
5856
<string>23ad6b10-8d1a-40f7-8ad0-e3e35cd38297</string>
57+
<key>security</key>
58+
<string>auto</string>
5959
</dict>
6060
</array>
6161
</dict>
@@ -119,12 +119,6 @@
119119
<key>type</key>
120120
<string>chinasites</string>
121121
</dict>
122-
<dict>
123-
<key>outboundTag</key>
124-
<string>direct</string>
125-
<key>type</key>
126-
<string>chinaip</string>
127-
</dict>
128122
<dict>
129123
<key>ip</key>
130124
<array>
@@ -149,10 +143,26 @@
149143
<key>type</key>
150144
<string>field</string>
151145
</dict>
146+
<dict>
147+
<key>outboundTag</key>
148+
<string>direct</string>
149+
<key>type</key>
150+
<string>chinaip</string>
151+
</dict>
152152
</array>
153153
</dict>
154154
<key>strategy</key>
155155
<string>rules</string>
156156
</dict>
157+
<key>transport</key>
158+
<dict>
159+
<key>kcpSettings</key>
160+
<dict>
161+
<key>downlinkCapacity</key>
162+
<integer>10</integer>
163+
<key>uplinkCapacity</key>
164+
<integer>1</integer>
165+
</dict>
166+
</dict>
157167
</dict>
158168
</plist>

V2RayX/config-sample.plist

+12-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</dict>
1414
<key>inbound</key>
1515
<dict>
16-
<key>allowPassive</key>
17-
<false/>
1816
<key>listen</key>
1917
<string>127.0.0.1</string>
2018
<key>port</key>
@@ -56,6 +54,8 @@
5654
<integer>64</integer>
5755
<key>id</key>
5856
<string>23ad6b10-8d1a-40f7-8ad0-e3e35cd38297</string>
57+
<key>security</key>
58+
<string>auto</string>
5959
</dict>
6060
</array>
6161
</dict>
@@ -142,5 +142,15 @@
142142
<key>strategy</key>
143143
<string>rules</string>
144144
</dict>
145+
<key>transport</key>
146+
<dict>
147+
<key>kcpSettings</key>
148+
<dict>
149+
<key>downlinkCapacity</key>
150+
<integer>10</integer>
151+
<key>uplinkCapacity</key>
152+
<integer>1</integer>
153+
</dict>
154+
</dict>
145155
</dict>
146156
</plist>

V2RayX/dlcore.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION="v2.17.1"
1+
VERSION="v2.20.2"
22

33

44
cd $SRCROOT

0 commit comments

Comments
 (0)