Compare commits

...

2 Commits

Author SHA1 Message Date
Dan Ballard f04239c885 make echobot use new SetupOnion 2017-09-04 20:33:21 -07:00
Sarah Jamie Lewis d2dceef028 Merge pull request #26 from dballard/crypto-utils
Add more crypto/utils and extend SetupOnion to support unix sockets
2017-08-15 11:34:26 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func main() {
log.Fatalf("error reading private key file: %v", err)
}
l, err := application.SetupOnion("127.0.0.1:9051", "", pk, 9878)
l, err := application.SetupOnion("127.0.0.1:9051", "tcp4", "", pk, 9878)
if err != nil {
log.Fatalf("error setting up onion service: %v", err)