Commit 7a678bff authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: make all nodes at OSUOSL use osuosl167 as proxy

parent 0e3f6058
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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*)
+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/";
+1 −0
Original line number Diff line number Diff line
@@ -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
+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