@@ -41,12 +41,14 @@ interactive_menu() {
41
41
ui_print " "
42
42
ui_print " ⚠️ Please do NOT use this module together with AdAway or other systemless hosts modules."
43
43
ui_print " "
44
+ ui_print " ❗ If you experience issues with 1Hosts (Pro) or 1Hosts (Xtra), consider switching to the recommended Steven Black's List or 1Hosts (Lite)."
45
+ ui_print " "
44
46
ui_print " 🗂️ Select your preferred hosts file:"
45
47
ui_print " "
46
- ui_print " 1️ StevenBlack Hosts (Recommended, for daily use )"
47
- ui_print " 2️ 1Hosts Lite Hosts ( For users experiencing issues) "
48
- ui_print " 3️ 1Hosts Pro Hosts (For stronger protection) "
49
- ui_print " 4️ 1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection) "
48
+ ui_print " 1️ Steven Black's List (Recommended)"
49
+ ui_print " 2️ 1Hosts ( Lite) — For Issues "
50
+ ui_print " 3️ 1Hosts ( Pro) — Strong Protection "
51
+ ui_print " 4️ 1Hosts ( Xtra) — Max Protection "
50
52
ui_print " 5️ ❌ Exit Installation"
51
53
ui_print " "
52
54
ui_print " 🔼 Volume Up: Navigate | 🔽 Volume Down: Confirm"
@@ -55,11 +57,11 @@ interactive_menu() {
55
57
56
58
print_current_selection () {
57
59
case " $SELECTION " in
58
- 1) ui_print " 👉 StevenBlack Hosts (Recommended, for daily use )" ;;
59
- 2) ui_print " 👉 1Hosts Lite Hosts ( For users experiencing issues) " ;;
60
- 3) ui_print " 👉 1Hosts Pro Hosts (For stronger protection) " ;;
61
- 4) ui_print " 👉 1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection) " ;;
62
- 5) ui_print " 👉 Current Selection: ❌ Exit Installation" ;;
60
+ 1) ui_print " 👉 Steven Black's List (Recommended)" ;;
61
+ 2) ui_print " 👉 1Hosts ( Lite) — For Issues " ;;
62
+ 3) ui_print " 👉 1Hosts ( Pro) — Strong Protection " ;;
63
+ 4) ui_print " 👉 1Hosts ( Xtra) — Max Protection " ;;
64
+ 5) ui_print " 👉 Selection: ❌ Exit Installation" ;;
63
65
esac
64
66
}
65
67
@@ -77,22 +79,22 @@ interactive_menu() {
77
79
case " $SELECTION " in
78
80
1)
79
81
SELECTED_HOSTS=" stevenblack_hosts"
80
- SELECTED_NAME=" StevenBlack Hosts (Recommended, for daily use )"
82
+ SELECTED_NAME=" Steven Black's List (Recommended)"
81
83
break
82
84
;;
83
85
2)
84
86
SELECTED_HOSTS=" 1hosts_lite"
85
- SELECTED_NAME=" 1Hosts Lite Hosts ( For users experiencing issues) "
87
+ SELECTED_NAME=" 1Hosts ( Lite) — For Issues "
86
88
break
87
89
;;
88
90
3)
89
91
SELECTED_HOSTS=" 1hosts_pro"
90
- SELECTED_NAME=" 1Hosts Pro Hosts (For stronger protection) "
92
+ SELECTED_NAME=" 1Hosts ( Pro) — Strong Protection "
91
93
break
92
94
;;
93
95
4)
94
96
SELECTED_HOSTS=" 1hosts_xtra"
95
- SELECTED_NAME=" 1Hosts Xtra Hosts (Very aggressive & problematic, maximum protection) "
97
+ SELECTED_NAME=" 1Hosts ( Xtra) — Max Protection "
96
98
break
97
99
;;
98
100
5)
0 commit comments