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
Copy file name to clipboardexpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ English | [简体中文](README_zh_CN.md)
4
4
5
5
~~A fork from [V2ray for Android](https://github.com/Magisk-Modules-Repo/v2ray)~~
6
6
7
-
This is a Magisk module for Xray/V2ray/Sing-box/Mihomo(Clash.Meta), and includes xrayhelper binaries for arm64, x64.
7
+
This is a Magisk module for Xray/V2ray/Sing-box/Mihomo/Hysteria2, and includes xrayhelper binaries for arm64, x64.
8
8
9
9
## Disclaimer
10
10
@@ -20,17 +20,19 @@ Download the module zip from [Release](https://github.com/Asterisk4Magisk/Xray4M
20
20
21
21
This module does not contain binaries such as [Xray-core](https://github.com/XTLS/Xray-core), When installing, the relevant files are downloaded automatically. If your network has poor access to Github, please consider using a network proxy or choose not install core online.
22
22
23
-
If your device don't have volume keys, you can create file `/sdcard/xray4magisk.setup`, first line of the file will determine the core type, `xray` for Xray, `v2ray` for V2ray, `sing-box` for Sing-box and `mihomo` for Mihomo(Clash.Meta), any other content will skip core installation; second line of the file will control whether to overwrite old config files, `keep` will preserve them, otherwise will be overwritten.
23
+
If your device don't have volume keys, you can create file `/sdcard/xray4magisk.setup`, first line of the file will determine the core type, `xray` for Xray, `v2ray` for V2ray, `sing-box` for Sing-box, `mihomo` for Mihomo and `hysteria2` for Hysteria2, any other content will skip core installation; second line of the file will control whether to overwrite old config files, `keep` will preserve them, otherwise will be overwritten.
24
24
25
25
## Config
26
26
27
27
- The xrayhelper config file is stored in `/data/adb/xray/xrayhelper.yml`
28
28
- The xray config file is stored in `/data/adb/xray/confs/*.json`
29
-
- The v2ray config file is stored in `/data/adb/xray/v2ray.v5.json`
29
+
- The v2ray config file is stored in `/data/adb/xray/v2rayconfs/config.json`
30
30
- The sing-box config file is stored in `/data/adb/xray/singconfs/*.json`
31
-
- The mihomo(clash.meta) template config file is stored in `/data/adb/xray/mihomoconfs/template.yaml`
31
+
- The mihomo template config file is stored in `/data/adb/xray/mihomoconfs/template.yaml`
32
+
- The hysteria2 config file is stored in `/data/adb/xray/hy2confs/config.yaml`
33
+
- The adguardhome config file is stored in `/data/adb/xray/adghomeconfs/config.yaml`, and the default username and password are both `xray4magisk`
32
34
33
-
Tip: The default config already sets the inbounds section to work with transparent proxy scripts. It is recommended that use xrayhelper to manage your proxy server, for advanced configurations please refer to the appropriate official documentation, such as [Xray](https://xtls.github.io/), [V2ray](https://www.v2fly.org/), [Sing-box](https://sing-box.sagernet.org/), [Mihomo](https://wiki.metacubex.one/)
35
+
Tip: The default config already sets the inbounds section to work with transparent proxy scripts. It is recommended that use xrayhelper to manage your proxy server, for advanced configurations please refer to the appropriate official documentation, such as [Xray](https://xtls.github.io/), [V2ray](https://www.v2fly.org/), [Sing-box](https://sing-box.sagernet.org/), [Mihomo](https://wiki.metacubex.one/) and [Hysteria2](https://hysteria.network/)
0 commit comments