Skip to content

Commit

Permalink
update Module v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
whalechoi committed Jul 18, 2024
1 parent 511e10b commit da9f81c
Show file tree
Hide file tree
Showing 13 changed files with 204 additions and 205 deletions.
15 changes: 6 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## Changelog
### Module
- use xrayhelper v1.4.3
- use xray4magisk-ksu-webui v0.0.2
- use xrayhelper v1.4.4
- use xray4magisk-ksu-webui v0.0.3

### XrayHelper v1.4.3
- [restart service sleep 1 second](https://github.com/Asterisk4Magisk/XrayHelper/commit/916e56c57607a5de55c3f73ce9b239ab45bf09eb)
- [allow tun device forward](https://github.com/Asterisk4Magisk/XrayHelper/commit/04ff577198c9c9e16edd6ecc2fba2a87f503ebd4)
### XrayHelper v1.4.4
- [add allowInsecure option](https://github.com/Asterisk4Magisk/XrayHelper/commit/7410562b7fcf81b2c2ea95fea3bf2bb693bbf933)

**Now hotspot can connect to the Internet when you use tun/tun2socks proxy method (Reference: [Kr328/vpn-gateway](https://github.com/Kr328/vpn-gateway), Thanks: [CHIZI-0618](https://github.com/CHIZI-0618))**

### xray4magisk-ksu-webui v0.0.2
- sync XrayHelper v1.4.0
### xray4magisk-ksu-webui v0.0.3
- sync XrayHelper v1.4.4
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=xray4magisk
name=Xray4Magisk
version=Module v3.4.3, Helper v1.4.3
versionCode=20240702
version=Module v3.4.4, Helper v1.4.4
versionCode=20240718
author=Asterisk4Magisk
description=System Proxy
updateJson=https://raw.githubusercontent.com/Asterisk4Magisk/Xray4Magisk/master/update.json
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Module v3.4.3",
"versionCode": 20240702,
"zipUrl": "https://github.com/Asterisk4Magisk/Xray4Magisk/releases/download/v3.4.3/Xray4Magisk-3.4.3.zip",
"version": "Module v3.4.4",
"versionCode": 20240718,
"zipUrl": "https://github.com/Asterisk4Magisk/Xray4Magisk/releases/download/v3.4.4/Xray4Magisk-3.4.4.zip",
"changelog": "https://raw.githubusercontent.com/Asterisk4Magisk/Xray4Magisk/master/changelog.md"
}

Large diffs are not rendered by default.

138 changes: 0 additions & 138 deletions webroot/assets/Setting-CHSDTi54.js

This file was deleted.

139 changes: 139 additions & 0 deletions webroot/assets/Setting-CULHDCs5.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions webroot/assets/index-C8RrZcWP.js

Large diffs are not rendered by default.

50 changes: 0 additions & 50 deletions webroot/assets/index-WlfYtsWq.js

This file was deleted.

2 changes: 1 addition & 1 deletion webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xray4magisk-ksu-webui</title>
<script type="module" crossorigin src="/assets/index-WlfYtsWq.js"></script>
<script type="module" crossorigin src="/assets/index-C8RrZcWP.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D26FMgEX.css">
</head>
<body>
Expand Down
Binary file modified xray/bin/arm64/xrayhelper
Binary file not shown.
Binary file modified xray/bin/x64/xrayhelper
Binary file not shown.
1 change: 1 addition & 0 deletions xray/etc/xrayhelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ xrayHelper:
dataDir: /data/adb/xray/data/
runDir: /data/adb/xray/run/
proxyTag: proxy
allowInsecure: false
subList:
- https://example.com/v2rayNg
- clash+https://example.com/mihomo
Expand Down

0 comments on commit da9f81c

Please sign in to comment.