diff --git a/pages/faq.html b/pages/faq.html index 98a7a50e..d0057b91 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -77,7 +77,7 @@ For now, we'll answer that question in three parts: Simply call eepget http://dev.i2p/i2p/i2pupdate.zip and it'll retrieve the file. Alternatively you can use curl, it seems to have less problems with resuming downloads on Jetty eepsite servers:
- alias eepcurl='curl -x localhost:9000 -O -C - ' + alias eepcurl='curl -x localhost:4444 -O -C - '