aboutsummaryrefslogtreecommitdiff
path: root/cmd/btcheck/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btcheck/main.go')
-rw-r--r--cmd/btcheck/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/btcheck/main.go b/cmd/btcheck/main.go
index ce65fa0..b054c8f 100644
--- a/cmd/btcheck/main.go
+++ b/cmd/btcheck/main.go
@@ -36,6 +36,7 @@ func main() {
InfoHash: tor.Info.Hash(),
PeerID: []byte(id),
Compact: true,
+ Port: 6881,
}
resp, err := req.Get(tor.Announce)
if err != nil {