From 05d7b79d0738fbf875bb970d235a74e07638da42 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 21 Mar 2015 18:35:17 -0400 Subject: [PATCH] proper formatting --- README.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ed6b3203..4445de8b 100644 --- a/README.md +++ b/README.md @@ -106,23 +106,21 @@ i2p.conf: tunnels.cfg (filename of this config is subject of change): - ; outgoing tunnel, to remote service - [tunnel1] - type = client ; mandatory - port = ; mandatory, bind our side of tunnel to this local port - keys = ; optional - destination = ; mandatory - destinationport = ; optional, port of remote i2p service - ; - ; incoming tunnel, for local service(s) - [tunnel2] - type = server ; mandatory - host = ; mandatory, hostname of our i2p service - keys = ; mandatory, hostname keys - port = ; mandatory, forward incoming connections from i2p - ; to this port - inport = ; optional, i2p service port - accesslist = [,] ; optional, comma-separated list of i2p idents, - ; allowed to connect to service + ; outgoing tunnel, to remote service + [tunnel1] + type = client ; mandatory + port = ; mandatory, bind our side of tunnel to this local port + keys = ; optional + destination = ; mandatory + destinationport = ; optional, port of remote i2p service + + ; incoming tunnel, for local service(s) + [tunnel2] + type = server ; mandatory + host = ; mandatory, hostname of our i2p service + keys = ; mandatory, hostname keys + port = ; mandatory, forward incoming connections from i2p to this port + inport = ; optional, i2p service port + accesslist = [,] ; optional, comma-separated list of i2p idents, allowed to connect to service -Note: '' type is a string like or +Note: '' type is a string like or