diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 11:17:16 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 11:17:16 (EDT) |
commit | fff14f6f4782a3384cdddd9d135966b7ab83eb68 (patch) | |
tree | d91a586d7d240ebcd963c9668a7e56bfb0c4d4b8 | |
parent | 6e5ff2265e8e79ca62a00d6ea86a51c5958ab7bc (diff) | |
download | libreboot.org-fff14f6f4782a3384cdddd9d135966b7ab83eb68.zip libreboot.org-fff14f6f4782a3384cdddd9d135966b7ab83eb68.tar.gz libreboot.org-fff14f6f4782a3384cdddd9d135966b7ab83eb68.tar.bz2 |
add Tor hidden service mirror
-rw-r--r-- | site/common/variables.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index b44f836..b634979 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -39,6 +39,7 @@ $lbHttpMirror = array( array("http://mirrors.mit.edu/libreboot/","MIT, USA"), array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"), + array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Unknown location"), array("https://freedombox.org/libreboot/","freedombox.org, Switzerland"), array("http://elgrande74.net/libreboot/","elgrande74.net, France"), array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"), |