From 297d85e000038a3081db2ad2c7c2a50deb744450 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 3 Jan 2016 21:55:13 -0500 Subject: [PATCH] Updated tunnels.cfg (markdown) --- tunnels.cfg.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tunnels.cfg.md b/tunnels.cfg.md index 4da72b8..4feeff2 100644 --- a/tunnels.cfg.md +++ b/tunnels.cfg.md @@ -23,11 +23,14 @@ Example of client tunnel: destination = irc.echelon.i2p keys = irc.dat -If 'keys' is empty, transient keys will be created on every restart. If keys file is not found, new keys will be created and store into specified file. - +If 'keys' is empty, transient keys will be created on every restart. If keys file is not found, new keys will be created and stored into specified file. Client tunnels might share same local destination, if keys file contains same identity. -'address' means local interface tunnel binds to, '127.0.0.1' for connections from local host only, '0.0.0.0' for connections from everywhere. +Optional parameters: + +'address' means local interface tunnel binds to, '127.0.0.1' for connections from local host only, '0.0.0.0' for connections from everywhere. '127.0.0.1' by default. +'signaturetype' means signature type for new keys. 0 - DSA, 1- ECDSA-P256, 7 -EDDSA. 1 by default. +'destinationport' connect to particular port at destination. 0 by default. So, with example above, if you telnet to 127.0.0.1:6668 on localhost, i2pd will connect to irc.echelon.i2p:6668 @@ -49,8 +52,8 @@ Example of server tunnel: Optional parameters: 'inport' - what port at local destination server tunnel listens to. Same as 'port' by default. - 'accesslist' - list of comma-separated of b32 address (without .b32.i2p) allowed to connect. Everybody is allowed by default. +'signaturetype' means signature type for new keys. 0 - DSA, 1- ECDSA-P256, 7 -EDDSA. 1 by default. Server/http tunnels -------------------