Skip to content

Commit

Permalink
v1.66.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfanani committed Jun 11, 2024
1 parent 72b5407 commit ff38ec4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.66.4.1
- Fix permission & human typo.
- Coredns works
**Notice**
No need update if you're not use coredns.

## v1.66.4.0
- Update Tailscale binaries to v1.66.4
- MagicDNS with coredns
Expand All @@ -19,12 +25,4 @@
- Update hev-socks5-tunnel
- Change settings.ini to settings.sh
- Delete unused script
- Recode old script

Everything should works fine !

Warn: small typo, if you want enable hevsocks, edit file settings.sh and change `hevsocks_conf` value with this `hevsocks_conf="${tailscale_dir}/tmp/hevsocks.yaml"`.

I have to rest 😓

**Full Changelog**: https://github.com/anasfanani/Magisk-Tailscaled/compare/v1.66.1.0...v1.66.4.0
- Recode old script
6 changes: 3 additions & 3 deletions update-arm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.66.4.0-arm",
"versionCode": "01660400",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.0/Magisk-Tailscaled-arm-v1.66.4.0.zip",
"version": "v1.66.4.1-arm",
"versionCode": "01660401",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.1/Magisk-Tailscaled-arm-v1.66.4.1.zip",
"changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.md"
}
6 changes: 3 additions & 3 deletions update-arm64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.66.4.0-arm64",
"versionCode": "01660400",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.0/Magisk-Tailscaled-arm64-v1.66.4.0.zip",
"version": "v1.66.4.1-arm64",
"versionCode": "01660401",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.1/Magisk-Tailscaled-arm64-v1.66.4.1.zip",
"changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.md"
}
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.66.4.0",
"versionCode": "01660400",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.0/Magisk-Tailscaled-v1.66.4.0.zip",
"version": "v1.66.4.1",
"versionCode": "01660401",
"zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.66.4.1/Magisk-Tailscaled-v1.66.4.1.zip",
"changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.md"
}

0 comments on commit ff38ec4

Please sign in to comment.