Files
EventHubAiRouter/scripts/no-proxy-default.sh
T
aleksey a2d238d92e
CI / build-gateway (push) Failing after 16s
CI / sync-config (push) Failing after 0s
feat(agent): hierarchical executor with path resolve, runtime probe, quiet UI
Make Zed Agent closer to Cursor: deterministic DevOps path index, live Traefik
port probe before blind edits, stop-after-edit, and quieter Russian progress.
2026-08-13 11:41:27 +03:00

10 lines
636 B
Bash

#!/usr/bin/env bash
# Canonical NO_PROXY when litellm uses HTTP_PROXY (VLESS VPN).
#
# Direct (bypass VPN): Novita, Groq, Gemini, GigaChat, internal/Calentiq.
# VPN-only (NOT listed): Anthropic → api.anthropic.com; OpenRouter → openrouter.ai;
# xAI Grok → api.x.ai; Together → api.together.xyz
#
# shellcheck disable=SC2034
NO_PROXY_DEFAULT='localhost,127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,api.novita.ai,novita.ai,api.groq.com,groq.com,generativelanguage.googleapis.com,ngw.devices.sberbank.ru,gigachat.devices.sberbank.ru,git.sabilin.com,*.ift.calentiq.com,ift.calentiq.com,*.ift.eventhub.local,*.eventhub.local'