mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
Removed confusing accesslist
This commit is contained in:
parent
5215bdc035
commit
89b58ec3af
1 changed files with 7 additions and 4 deletions
|
@ -67,7 +67,7 @@ tunnels.cfg (filename of this config is subject of change):
|
||||||
#
|
#
|
||||||
# incoming tunnel sample, for local service
|
# incoming tunnel sample, for local service
|
||||||
# mandatory parameters:
|
# mandatory parameters:
|
||||||
# * type -- always "server"
|
# * type -- "server" or "http"
|
||||||
# * host -- ip address of our service
|
# * host -- ip address of our service
|
||||||
# * port -- port of our service
|
# * port -- port of our service
|
||||||
# * keys -- file with LeaseSet of address in i2p
|
# * keys -- file with LeaseSet of address in i2p
|
||||||
|
@ -76,11 +76,14 @@ tunnels.cfg (filename of this config is subject of change):
|
||||||
# * accesslist -- comma-separated list of i2p addresses, allowed to connect
|
# * accesslist -- comma-separated list of i2p addresses, allowed to connect
|
||||||
# every address is b32 without '.b32.i2p' part
|
# every address is b32 without '.b32.i2p' part
|
||||||
[LOCALSITE]
|
[LOCALSITE]
|
||||||
type = server
|
type = http
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
port = 80
|
port = 80
|
||||||
keys = site-keys.dat
|
keys = site-keys.dat
|
||||||
inport = 81
|
[IRC-SERVER]
|
||||||
accesslist = <b32>[,<b32>]
|
type = server
|
||||||
|
host = 127.0.0.1
|
||||||
|
port = 6667
|
||||||
|
keys = irc.dat
|
||||||
|
|
||||||
Also see [this page](https://github.com/PurpleI2P/i2pd/wiki/tunnels.cfg) for more tunnel examples.
|
Also see [this page](https://github.com/PurpleI2P/i2pd/wiki/tunnels.cfg) for more tunnel examples.
|
||||||
|
|
Loading…
Add table
Reference in a new issue