You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
open V2RayX.xcodeproj and use Xcode to build V2RayX.
24
32
25
33
## How does V2RayX work
34
+
26
35
V2RayX provides a GUI to generate the config file for V2Ray. It includes V2Ray's binary executable in the app bundle. V2RayX starts and stops V2Ray with `launchd` of macOS.
27
36
28
37
V2RayX also allows users to change system proxy settings and switch proxy servers on the macOS menu bar.
29
38
30
39
As default, V2RayX will open a socks5 proxy at port `1081` as the main inbound, as well as a http proxy at port `8001` as an inboundDetour.
31
40
32
41
### auto-run on login
42
+
33
43
Open macOS System Preferences -> Users & Group -> Login Itmes, add V2RayX.app to
34
44
the list.
35
45
36
46
### 登录后自动运行
37
-
打开 macOS 系统设置 -> 用户与组 -> 登录项,把 V2RayX.app 添加到列表中。
38
47
48
+
打开 macOS 系统设置 -> 用户与组 -> 登录项,把 V2RayX.app 添加到列表中。
39
49
40
50
### manually update v2ray-core
41
51
replace `V2RayX.app/Contents/Resources/v2ray` with the newest v2ray
42
52
version from [v2ray-core
43
53
repo](https://github.com/v2ray/v2ray-core/releases). However, compatibility is not guaranteed.
44
54
45
55
### Uninstall
56
+
46
57
V2RayX will create the following files and folders:
0 commit comments