All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login

All New Login

morph

Joined 2 hours ago

Recently created
Least recently created
Recently updated
Least recently updated
All gists 1

morph / proxy.sh

0 likes
0 forks
1 files
Last active 2 hours ago
1 #!/usr/bin/env bash
2 # proxy.sh — управление HTTP_PROXY переменными
3 # Использование: source proxy.sh [on|off|status]
4 # Алиас в .bashrc: alias proxy='source /path/to/proxy.sh'
5
6 PROXY_ADDR="http://127.0.0.1:18080" # <- [!] указать адрес прокси тут
7 NO_PROXY_LIST="localhost,127.0.0.1,10.0.0.0/8,192.168.0.0/16"
8
9 case "${1:-status}" in
10 on)
Newer Older

Powered by Opengist ⋅ Load: 12ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文