termux-connecting 1.1.49 → 1.1.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  #!/data/data/com.termux/files/usr/bin/bash
2
2
  set -e
3
3
 
4
- VERSION="1.1.49"
4
+ VERSION="1.1.51"
5
5
 
6
6
  GREEN='\033[0;32m'; YELLOW='\033[1;33m'; RED='\033[0;31m'; CYAN='\033[0;36m'; NC='\033[0m'
7
7
  info() { echo -e "${GREEN}[✓]${NC} $1"; }
@@ -386,6 +386,13 @@ elif is_wifi "$IP"; then
386
386
  echo ""
387
387
  warn "Pastikan HP dan PC terhubung ke jaringan WiFi YANG SAMA"
388
388
  echo ""
389
+ echo " ─── Catatan Jaringan ───"
390
+ echo " • SSH ke HP: ✅ berhasil di mode APAPUN"
391
+ echo " • Internet PC tergantung skema jaringan:"
392
+ echo " - Jika HP hotspot → data seluler HP harus ON"
393
+ echo " - Jika WiFi router → internet lewat router, data HP bisa OFF"
394
+ echo " • Untuk stabilitas: colok charger jika hotspot"
395
+ echo ""
389
396
  echo " Data koneksi — simpan untuk setup PC:"
390
397
  echo " ┌──────────────────────────────────┐"
391
398
  printf " │ %-32s │\n" "Username : $USERNAME"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termux-connecting",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "description": "CLI setup Termux + koneksi SSH dari PC/Mac dengan Telegram alert",
5
5
  "bin": {
6
6
  "termux-connecting": "bin/termux-connecting",