Skip to content

Commit 0d298a6

Browse files
authored
remove some domains for facetime and other features
1 parent a1ea5d3 commit 0d298a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bypass-mdm-enhanced.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ select opt in "${options[@]}"; do
262262
# Block MDM domains (Enhanced with IPv6 and full list)
263263
info "Blocking MDM enrollment domains..."
264264
hosts_file="$system_path/etc/hosts"
265-
domains=("deviceenrollment.apple.com" "mdmenrollment.apple.com" "iprofiles.apple.com" "gdmf.apple.com" "acmdm.apple.com" "albert.apple.com")
265+
domains=("deviceenrollment.apple.com" "mdmenrollment.apple.com" "iprofiles.apple.com" "acmdm.apple.com")
266266
for domain in "${domains[@]}"; do
267267
grep -q "0.0.0.0 $domain" "$hosts_file" 2>/dev/null || echo "0.0.0.0 $domain" >>"$hosts_file"
268268
grep -q ":: $domain" "$hosts_file" 2>/dev/null || echo ":: $domain" >>"$hosts_file"

0 commit comments

Comments
 (0)