/
ne1ghost
/
nix
Обзор
Документация
Войти
/
ne1ghost
/
nix
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/libcmd/network-proxy.hh
22 строки
441 B
ramboman
Honor the same set of proxy environment variables (#10611)
06 май 2024, 22:39
Не верифицирован
06 май 2024, 22:39
b495040
Код
Авторство
О чём код?
#pragma once ///@file #include "types.hh" namespace nix { /** * Environment variables relating to network proxying. These are used by * a few misc commands. * * See the Environment section of https://curl.se/docs/manpage.html for details. */ extern const StringSet networkProxyVariables; /** * Heuristically check if there is a proxy connection by checking for defined * proxy variables. */ bool haveNetworkProxyConnection(); }