chore: убрать VLESS-прокси, proxychains и fuck-rkn.sh

Пользователь перешёл на Amnezia VPN — встроенный VLESS-прокси (xray + proxychains4)
и отдельный server-installer fuck-rkn.sh (telemt + xray) больше не нужны. Убран
весь код в ai-setup.sh/setup.sh, конфиги с VPN-кредами, неактуальный тест и
упоминания в документации.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 21:50:50 +03:00
parent 9b906823cd
commit 9e64088e46
10 changed files with 7 additions and 2464 deletions

View File

@@ -188,14 +188,6 @@ test_android_symlink_to_bin_dir() {
fi
}
test_no_proxychains_for_android() {
if grep -q 'proxychains4.*android' "$SCRIPT"; then
fail "android-cli: should not be wrapped in proxychains4 (breaks child processes)"
else
ok "android-cli: not wrapped in proxychains4"
fi
}
test_android_skill_exists() {
skill_file="$(cd "$(dirname "$0")/.." && pwd)/home-configs/claude/skills/android-cli/SKILL.md"
if [ -f "$skill_file" ]; then
@@ -265,7 +257,6 @@ test_fix7_trap_tmp
test_android_cli_install_url
test_android_init_called
test_android_symlink_to_bin_dir
test_no_proxychains_for_android
test_android_skill_exists
test_opencode_claude_launcher
test_opencode_routatic_proxy