mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
proper formatting
This commit is contained in:
parent
d5c43e66fa
commit
05d7b79d07
@ -113,16 +113,14 @@ tunnels.cfg (filename of this config is subject of change):
|
|||||||
keys = <filename> ; optional
|
keys = <filename> ; optional
|
||||||
destination = <ident> ; mandatory
|
destination = <ident> ; mandatory
|
||||||
destinationport = <integer> ; optional, port of remote i2p service
|
destinationport = <integer> ; optional, port of remote i2p service
|
||||||
;
|
|
||||||
; incoming tunnel, for local service(s)
|
; incoming tunnel, for local service(s)
|
||||||
[tunnel2]
|
[tunnel2]
|
||||||
type = server ; mandatory
|
type = server ; mandatory
|
||||||
host = <ident> ; mandatory, hostname of our i2p service
|
host = <ident> ; mandatory, hostname of our i2p service
|
||||||
keys = <filename> ; mandatory, hostname keys
|
keys = <filename> ; mandatory, hostname keys
|
||||||
port = <integer> ; mandatory, forward incoming connections from i2p
|
port = <integer> ; mandatory, forward incoming connections from i2p to this port
|
||||||
; to this port
|
|
||||||
inport = <integer> ; optional, i2p service port
|
inport = <integer> ; optional, i2p service port
|
||||||
accesslist = <ident>[,<ident>] ; optional, comma-separated list of i2p idents,
|
accesslist = <ident>[,<ident>] ; optional, comma-separated list of i2p idents, allowed to connect to service
|
||||||
; allowed to connect to service
|
|
||||||
|
|
||||||
Note: '<ident>' type is a string like <hostname.i2p> or <abracadabra.b32.i2p>
|
Note: '<ident>' type is a string like <hostname.i2p> or <abracadabra.b32.i2p>
|
||||||
|
Loading…
Reference in New Issue
Block a user