Fix to default HTTP Proxy port

This commit is contained in:
duck
2004-11-04 01:07:33 +00:00
committed by zzz
parent f0585fb33c
commit f0c7104ed1

View File

@@ -77,7 +77,7 @@ For now, we'll answer that question in three parts:
Simply call <code>eepget http://dev.i2p/i2p/i2pupdate.zip</code> and it'll Simply call <code>eepget http://dev.i2p/i2p/i2pupdate.zip</code> and it'll
retrieve the file. Alternatively you can use curl, it seems to have less retrieve the file. Alternatively you can use curl, it seems to have less
problems with resuming downloads on Jetty eepsite servers:<br /> problems with resuming downloads on Jetty eepsite servers:<br />
<code>alias eepcurl='curl -x localhost:9000 -O -C - '</code> <code>alias eepcurl='curl -x localhost:4444 -O -C - '</code>
</p> </p>