tor-dam

tor distributed announce mechanism (not a dht)
git clone https://git.parazyd.org/tor-dam
Log | Files | Refs | README | LICENSE

commit 874f74e9e7bddba395bde85dbd1b4d63894a5624
parent cb46327f82f7046159fc637a76f9bb955f320382
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 29 Oct 2018 17:50:42 +0100

Use Facebook's onion address for the Tor tests.

Diffstat:
Mpkg/damlib/tor_test.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/damlib/tor_test.go b/pkg/damlib/tor_test.go @@ -26,7 +26,7 @@ import ( ) func TestFetchHSPubkey(t *testing.T) { - pubkey := FetchHSPubkey("szpvqtyw3vbgzb3s.onion") + pubkey := FetchHSPubkey("facebookcorewwwi.onion") if !strings.HasPrefix(pubkey, "-----BEGIN") { t.Fatal("Did not get a public key.")