mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated Using i2pd (markdown)
@@ -30,13 +30,13 @@ If you wish to run your own website in Invisible Internet, follow those steps:
|
|||||||
1) Run your webserver and find out which host:port it uses (for example, 127.0.0.1:8080).
|
1) Run your webserver and find out which host:port it uses (for example, 127.0.0.1:8080).
|
||||||
|
|
||||||
2) Configure i2pd to create HTTP server tunnel. Put in your ~/.i2pd/tunnels.conf file:
|
2) Configure i2pd to create HTTP server tunnel. Put in your ~/.i2pd/tunnels.conf file:
|
||||||
|
```
|
||||||
[anon-website]
|
[anon-website]
|
||||||
type = http
|
type = http
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
port = 8080
|
port = 8080
|
||||||
keys = anon-website.dat
|
keys = anon-website.dat
|
||||||
|
```
|
||||||
3) Restart i2pd.
|
3) Restart i2pd.
|
||||||
|
|
||||||
4) Find b32 destination of your website.
|
4) Find b32 destination of your website.
|
||||||
|
|||||||
Reference in New Issue
Block a user