~ajkavanagh/+junk/useful-things

« back to all changes in this revision

Viewing changes to scripts/set_proxies.sh

  • Committer: Alex Kavanagh
  • Date: 2017-09-22 18:17:32 UTC
  • Revision ID: alex.kavanagh@canonical.com-20170922181732-13snyy8l8d02ewy2
Moved the scripts to vcsh-scripts for consistency

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/