forked from I2P_Developers/i2p.www
Fix to default HTTP Proxy port
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user