tordam

A library for peer discovery inside the Tor network
git clone https://git.parazyd.org/tordam
Log | Files | Refs | README | LICENSE

commit 3221352d72e482cfc85c9f1cfb231786f0770419
parent ef38cb97dc4fd75a6953b3d75acbede095807db3
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 26 Oct 2018 11:46:30 +0200

Change default announce interval to 5 minutes.

Diffstat:
Mcmd/dam-client/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go @@ -212,7 +212,7 @@ func main() { flag.BoolVar(&d, "d", false, "Don't fetch remote entry points.") flag.BoolVar(&gen, "gen", false, "Only (re)generate keypairs and exit cleanly.") - flag.IntVar(&ai, "ai", 10, "Announce interval in minutes.") + flag.IntVar(&ai, "ai", 5, "Announce interval in minutes.") flag.StringVar(&dh, "dh", "https://dam.decodeproject.eu/dirs.txt", "A remote list of entry points/directories. (comma-separated)") flag.Parse()