mirror of https://github.com/PurpleI2P/i2pd.git
MXPLRS|Kirill
9 years ago
2 changed files with 54 additions and 7 deletions
@ -1,7 +1,33 @@ |
|||||||
[IRC] |
[IRC] |
||||||
type = client |
type = client |
||||||
|
address = 127.0.0.1 |
||||||
port = 6668 |
port = 6668 |
||||||
destination = irc.postman.i2p |
destination = irc.postman.i2p |
||||||
|
destinationport = 6667 |
||||||
keys = irc-keys.dat |
keys = irc-keys.dat |
||||||
|
|
||||||
|
#[SMTP] |
||||||
|
#type = client |
||||||
|
#address = 127.0.0.1 |
||||||
|
#port = 7659 |
||||||
|
#destination = smtp.postman.i2p |
||||||
|
#destinationport = 25 |
||||||
|
#keys = smtp-keys.dat |
||||||
|
|
||||||
|
#[POP3] |
||||||
|
#type = client |
||||||
|
#address = 127.0.0.1 |
||||||
|
#port = 7660 |
||||||
|
#destination = pop.postman.i2p |
||||||
|
#destinationport = 110 |
||||||
|
#keys = pop3-keys.dat |
||||||
|
|
||||||
|
#[MTN] |
||||||
|
#type = client |
||||||
|
#address = 127.0.0.1 |
||||||
|
#port = 8998 |
||||||
|
#destination = mtn.i2p-projekt.i2p |
||||||
|
#destinationport = 4691 |
||||||
|
#keys = mtn-keys.dat |
||||||
|
|
||||||
# see more examples in /usr/share/doc/i2pd/configuration.md.gz |
# see more examples in /usr/share/doc/i2pd/configuration.md.gz |
||||||
|
Loading…
Reference in new issue