diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ var ( ) func init() { - flag.UintVar(&difficulty, "difficulty", 20, "leading zero bits required for the challenge") + flag.UintVar(&difficulty, "difficulty", 17, "leading zero bits required for the challenge") flag.StringVar(&listenAddr, "listen", ":8081", "address to listen on") flag.StringVar(&destHost, "host", "127.0.0.1:8080", "destination host to proxy to") flag.Parse() |