~ajkavanagh/+junk/useful-things

« back to all changes in this revision

Viewing changes to scripts/set_proxies.sh

  • Committer: Alex Kavanagh
  • Date: 2016-02-19 16:01:03 UTC
  • Revision ID: alex.kavanagh@canonical.com-20160219160103-c2olgf5ma1ik0mzt
[Initial commit] add set_proxies.sh script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#/bin/bash
 
2
# we want http proxies for all of our shells in the bastion
 
3
export http_proxy=http://squid.internal:3128/
 
4
export https_proxy=https://squid.internal:3128/