mirror of
https://github.com/PurpleI2P/i2pdbrowser
synced 2025-01-30 08:24:22 +00:00
[linux] update i2pd to 2.38.0
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
fbd24f6890
commit
028a837e06
Binary file not shown.
Binary file not shown.
@ -2,8 +2,9 @@
|
|||||||
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
||||||
## for more options you can use in this file.
|
## for more options you can use in this file.
|
||||||
|
|
||||||
#log = file
|
# log = file
|
||||||
#logfile = ./i2pd.log
|
# logfile = ./i2pd.log
|
||||||
|
loglevel = none
|
||||||
|
|
||||||
ipv4 = true
|
ipv4 = true
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
@ -42,4 +43,4 @@ port = 7656
|
|||||||
|
|
||||||
[ntcp2]
|
[ntcp2]
|
||||||
enabled = true
|
enabled = true
|
||||||
#published = true
|
# published = true
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#[IRC-ILITA]
|
|
||||||
#type = client
|
|
||||||
#address = 127.0.0.1
|
|
||||||
#port = 6669
|
|
||||||
#destination = irc.ilita.i2p
|
|
||||||
#destinationport = 6667
|
|
||||||
#keys = irc-keys.dat
|
|
7
linux/i2pd/tunnels.d/IRC-Ilita.conf.disabled
Normal file
7
linux/i2pd/tunnels.d/IRC-Ilita.conf.disabled
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[IRC-ILITA]
|
||||||
|
type = client
|
||||||
|
address = 127.0.0.1
|
||||||
|
port = 6669
|
||||||
|
destination = irc.ilita.i2p
|
||||||
|
destinationport = 6667
|
||||||
|
keys = irc-keys.dat
|
@ -1,7 +0,0 @@
|
|||||||
#[IRC-IRC2P]
|
|
||||||
#type = client
|
|
||||||
#address = 127.0.0.1
|
|
||||||
#port = 6668
|
|
||||||
#destination = irc.postman.i2p
|
|
||||||
#destinationport = 6667
|
|
||||||
#keys = irc-keys.dat
|
|
7
linux/i2pd/tunnels.d/IRC-Irc2P.conf.disabled
Normal file
7
linux/i2pd/tunnels.d/IRC-Irc2P.conf.disabled
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[IRC-IRC2P]
|
||||||
|
type = client
|
||||||
|
address = 127.0.0.1
|
||||||
|
port = 6668
|
||||||
|
destination = irc.postman.i2p
|
||||||
|
destinationport = 6667
|
||||||
|
keys = irc-keys.dat
|
0
macos/build/i2pd/i2pd
Normal file → Executable file
0
macos/build/i2pd/i2pd
Normal file → Executable file
@ -2,8 +2,9 @@
|
|||||||
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
||||||
## for more options you can use in this file.
|
## for more options you can use in this file.
|
||||||
|
|
||||||
#log = file
|
# log = file
|
||||||
#logfile = ./i2pd.log
|
# logfile = ./i2pd.log
|
||||||
|
loglevel = none
|
||||||
|
|
||||||
ipv4 = true
|
ipv4 = true
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
@ -42,4 +43,4 @@ port = 7656
|
|||||||
|
|
||||||
[ntcp2]
|
[ntcp2]
|
||||||
enabled = true
|
enabled = true
|
||||||
#published = true
|
# published = true
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#[IRC-ILITA]
|
|
||||||
#type = client
|
|
||||||
#address = 127.0.0.1
|
|
||||||
#port = 6669
|
|
||||||
#destination = irc.ilita.i2p
|
|
||||||
#destinationport = 6667
|
|
||||||
#keys = irc-keys.dat
|
|
7
macos/build/i2pd/tunnels.d/IRC-Ilita.conf.disabled
Normal file
7
macos/build/i2pd/tunnels.d/IRC-Ilita.conf.disabled
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[IRC-ILITA]
|
||||||
|
type = client
|
||||||
|
address = 127.0.0.1
|
||||||
|
port = 6669
|
||||||
|
destination = irc.ilita.i2p
|
||||||
|
destinationport = 6667
|
||||||
|
keys = irc-keys.dat
|
@ -1,7 +0,0 @@
|
|||||||
#[IRC-IRC2P]
|
|
||||||
#type = client
|
|
||||||
#address = 127.0.0.1
|
|
||||||
#port = 6668
|
|
||||||
#destination = irc.postman.i2p
|
|
||||||
#destinationport = 6667
|
|
||||||
#keys = irc-keys.dat
|
|
7
macos/build/i2pd/tunnels.d/IRC-Irc2P.conf.disabled
Normal file
7
macos/build/i2pd/tunnels.d/IRC-Irc2P.conf.disabled
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[IRC-IRC2P]
|
||||||
|
type = client
|
||||||
|
address = 127.0.0.1
|
||||||
|
port = 6668
|
||||||
|
destination = irc.postman.i2p
|
||||||
|
destinationport = 6667
|
||||||
|
keys = irc-keys.dat
|
@ -2,8 +2,9 @@
|
|||||||
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
||||||
## for more options you can use in this file.
|
## for more options you can use in this file.
|
||||||
|
|
||||||
#log = file
|
# log = file
|
||||||
#logfile = ./i2pd.log
|
# logfile = ./i2pd.log
|
||||||
|
loglevel = none
|
||||||
|
|
||||||
ipv4 = true
|
ipv4 = true
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
@ -42,4 +43,4 @@ port = 7656
|
|||||||
|
|
||||||
[ntcp2]
|
[ntcp2]
|
||||||
enabled = true
|
enabled = true
|
||||||
#published = true
|
# published = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#[IRC-ILITA]
|
[IRC-ILITA]
|
||||||
#type = client
|
type = client
|
||||||
#address = 127.0.0.1
|
address = 127.0.0.1
|
||||||
#port = 6669
|
port = 6669
|
||||||
#destination = irc.ilita.i2p
|
destination = irc.ilita.i2p
|
||||||
#destinationport = 6667
|
destinationport = 6667
|
||||||
#keys = irc-keys.dat
|
keys = irc-keys.dat
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#[IRC-IRC2P]
|
[IRC-IRC2P]
|
||||||
#type = client
|
type = client
|
||||||
#address = 127.0.0.1
|
address = 127.0.0.1
|
||||||
#port = 6668
|
port = 6668
|
||||||
#destination = irc.postman.i2p
|
destination = irc.postman.i2p
|
||||||
#destinationport = 6667
|
destinationport = 6667
|
||||||
#keys = irc-keys.dat
|
keys = irc-keys.dat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user