tor-dam

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

go.mod (146B)


      1 module github.com/parazyd/tordam
      2 
      3 go 1.16
      4 
      5 require (
      6 	github.com/creachadair/jrpc2 v0.12.0
      7 	golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
      8 )