Austin Schuh | c26a290 | 2022-01-14 16:34:25 -0800 | [diff] [blame] | 1 | # Use tools/rehost.sh to rehost easily. |
| 2 | |
| 3 | block * |
| 4 | rewrite github.com/(.*) software.frc971.org/Build-Dependencies/github.com/$1 |
| 5 | rewrite dl.google.com/(.*) software.frc971.org/Build-Dependencies/dl.google.com/$1 |
| 6 | rewrite mirror.bazel.build/(.*) software.frc971.org/Build-Dependencies/mirror.bazel.build/$1 |
| 7 | rewrite nodejs.org/(.*) software.frc971.org/Build-Dependencies/nodejs.org/$1 |
Ravago Jones | 1680980 | 2021-11-18 20:40:03 -0800 | [diff] [blame] | 8 | rewrite static.rust-lang.org/(.*) software.frc971.org/Build-Dependencies/static.rust-lang.org/$1 |
Philipp Schrader | 5404796 | 2022-02-16 21:05:11 -0800 | [diff] [blame] | 9 | rewrite storage.googleapis.com/(.*) software.frc971.org/Build-Dependencies/storage.googleapis.com/$1 |
Austin Schuh | 2e28d87 | 2022-02-19 18:25:57 -0800 | [diff] [blame] | 10 | rewrite files.pythonhosted.org/(.*) software.frc971.org/Build-Dependencies/files.pythonhosted.org/$1 |
Austin Schuh | de605f1 | 2022-02-23 23:08:19 -0800 | [diff] [blame^] | 11 | rewrite devsite.ctr-electronics.com/(.*) software.frc971.org/Build-Dependencies/devsite.ctr-electronics.com/$1 |
Austin Schuh | c26a290 | 2022-01-14 16:34:25 -0800 | [diff] [blame] | 12 | allow golang.org |
| 13 | |
| 14 | allow software.frc971.org |
| 15 | allow www.frc971.org |