Loading TODO +1 −3 Original line number Diff line number Diff line Loading @@ -62,12 +62,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === new nodes at OSUOSL * debug why munin is broken * use those nodes...! * tmpfs? * add to README and THANKS * proxy setup how, esp. considering future nodes? * which nodes to run in the future?a * which nodes to run in the future? * ask about remote hands * blog post when done Loading bin/common-functions.sh +2 −2 Original line number Diff line number Diff line Loading @@ -149,8 +149,8 @@ else # let pb7 use its own proxy for the fdroid stuff: export http_proxy="http://127.0.0.1:3128" ;; osuosl*) # for now, use local proxies as a start: export http_proxy="http://127.0.0.1:3128" ;; # all nodes at OSUOSL use osuosl167 as proxy: export http_proxy="http://10.6.5.46:3128" ;; codethink*) export http_proxy="http://192.168.101.16:3128" ;; bbx15|cb3*|cbxi4*|wbq0|odxu4*|odu3*|odc*|ff*|ff4*|opi2*|jt?1*|p64*) Loading hosts/osuosl-build167-amd64/etc/apt/apt.conf.d/80proxy +1 −1 Original line number Diff line number Diff line Acquire::http::Proxy "http://127.0.0.1:3128/"; Acquire::http::Proxy "http://10.6.5.46:3128/"; hosts/osuosl-build167-amd64/etc/squid/squid.conf +1 −0 Original line number Diff line number Diff line Loading @@ -977,6 +977,7 @@ acl localnet src 10.0.0.0/8 # RFC1918 possible internal network #acl localnet src 192.168.0.0/16 # RFC1918 possible internal network #acl localnet src fc00::/7 # RFC 4193 local private network range #acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines acl localnet src 10.6.4.0/22 # OSUOSL nodes acl SSL_ports port 443 acl Safe_ports port 80 # http Loading hosts/osuosl-build168-amd64/etc/apt/apt.conf.d/80proxy +1 −1 Original line number Diff line number Diff line Acquire::http::Proxy "http://127.0.0.1:3128/"; Acquire::http::Proxy "http://10.6.5.46:3128/"; Loading
TODO +1 −3 Original line number Diff line number Diff line Loading @@ -62,12 +62,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === new nodes at OSUOSL * debug why munin is broken * use those nodes...! * tmpfs? * add to README and THANKS * proxy setup how, esp. considering future nodes? * which nodes to run in the future?a * which nodes to run in the future? * ask about remote hands * blog post when done Loading
bin/common-functions.sh +2 −2 Original line number Diff line number Diff line Loading @@ -149,8 +149,8 @@ else # let pb7 use its own proxy for the fdroid stuff: export http_proxy="http://127.0.0.1:3128" ;; osuosl*) # for now, use local proxies as a start: export http_proxy="http://127.0.0.1:3128" ;; # all nodes at OSUOSL use osuosl167 as proxy: export http_proxy="http://10.6.5.46:3128" ;; codethink*) export http_proxy="http://192.168.101.16:3128" ;; bbx15|cb3*|cbxi4*|wbq0|odxu4*|odu3*|odc*|ff*|ff4*|opi2*|jt?1*|p64*) Loading
hosts/osuosl-build167-amd64/etc/apt/apt.conf.d/80proxy +1 −1 Original line number Diff line number Diff line Acquire::http::Proxy "http://127.0.0.1:3128/"; Acquire::http::Proxy "http://10.6.5.46:3128/";
hosts/osuosl-build167-amd64/etc/squid/squid.conf +1 −0 Original line number Diff line number Diff line Loading @@ -977,6 +977,7 @@ acl localnet src 10.0.0.0/8 # RFC1918 possible internal network #acl localnet src 192.168.0.0/16 # RFC1918 possible internal network #acl localnet src fc00::/7 # RFC 4193 local private network range #acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines acl localnet src 10.6.4.0/22 # OSUOSL nodes acl SSL_ports port 443 acl Safe_ports port 80 # http Loading
hosts/osuosl-build168-amd64/etc/apt/apt.conf.d/80proxy +1 −1 Original line number Diff line number Diff line Acquire::http::Proxy "http://127.0.0.1:3128/"; Acquire::http::Proxy "http://10.6.5.46:3128/";