Gemini/public/notes/unix/set_proxy.gmi

17 lines
563 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🌐 Установка proxy в консоли
Некоторые приложения брать настройки Proxy из переменных окружения.
Собственно вот те самые переменные:
```
export http_proxy=http://10.0.0.11:3128/
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
```
Этого будет достаточно, чтобы одновиться и поставить proxychains-ng через pacman.
-----
=> index.gmi 🔝 К unix заметкам