Skip to content

Commit

Permalink
change 169.254.169 to /24, fix 172.16/12
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 6, 2026
1 parent c75e706 commit c613afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions local-app/etc/set-proxy.lab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#---
# lab network
#---
#VERSION="1.0.5"
#VERSION="1.0.6"
# use with: source /apps/terraform/bin/set-proxy.sh

export HTTP_PROXY=http://vlab-proxy.tco.census.gov:3128
export HTTPS_PROXY=http://vlab-proxy.tco.census.gov:3128
export NO_PROXY=".census.gov,169.254.169.254,148.129.0.0/16,10.0.0.0/8,172.16.0.0/12,.amazonaws.com"
export NO_PROXY=".census.gov,169.254.169.0/24,148.129.0.0/16,10.0.0.0/8,172.16.0.0/12,.amazonaws.com"
#export NO_PROXY=".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.amazonaws.com""
#export NO_PROXY=".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"
4 changes: 2 additions & 2 deletions local-app/etc/set-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#---
# production network
#---
#VERSION="1.0.9"
#VERSION="1.0.10"
# use with: source /apps/terraform/bin/set-proxy.sh

export HTTP_PROXY=http://proxy.tco.census.gov:3128
export HTTPS_PROXY=http://proxy.tco.census.gov:3128
#export NO_PROXY=".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com,.gcr.io,.pkg.dev"
#export NO_PROXY=".census.gov,169.254.169.254,148.129.0.0/16,10.0.0.0/8,172.16.0/12,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com,.gcr.io,.pkg.dev"
#export NO_PROXY=".census.gov,169.254.169.254,148.129.0.0/16,10.0.0.0/8,172.16.0/12,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"
export NO_PROXY=".census.gov,169.254.169.254,148.129.0.0/16,10.0.0.0/8,172.16.0/12,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"
export NO_PROXY=".census.gov,169.254.169.0/24,148.129.0.0/16,10.0.0.0/8,172.16.0.0/12,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"

0 comments on commit c613afa

Please sign in to comment.