diff options
| -rw-r--r-- | sys/src/cmd/ip/torrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/torrent.c b/sys/src/cmd/ip/torrent.c index d84ea4fb2..7b89a40b7 100644 --- a/sys/src/cmd/ip/torrent.c +++ b/sys/src/cmd/ip/torrent.c @@ -54,7 +54,7 @@ int killgroup = -1; int port = 6881; char *deftrack = "http://exodus.desync.com/announce"; char *mntweb = "/mnt/web"; -char *useragent = "hjdicks"; +char *useragent = "torrent"; uchar infohash[20]; uchar peerid[20]; int blocksize; |
