mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
update macos scripts
Former-commit-id: fbd24f689011356b1324ee5d05492fe7ff976230
This commit is contained in:
parent
34b8bdaec1
commit
6d60f9dae1
58 changed files with 623 additions and 4983 deletions
45
macos/build/i2pd/i2pd.conf
Normal file
45
macos/build/i2pd/i2pd.conf
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
## Configuration file for a typical i2pd user
|
||||
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
||||
## for more options you can use in this file.
|
||||
|
||||
#log = file
|
||||
#logfile = ./i2pd.log
|
||||
|
||||
ipv4 = true
|
||||
ipv6 = false
|
||||
|
||||
bandwidth = O
|
||||
|
||||
[precomputation]
|
||||
elgamal = true
|
||||
|
||||
[upnp]
|
||||
enabled = true
|
||||
name = I2Pd
|
||||
|
||||
[reseed]
|
||||
verify = true
|
||||
|
||||
[http]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
port = 7070
|
||||
|
||||
[httpproxy]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
port = 4444
|
||||
|
||||
[socksproxy]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
port = 4447
|
||||
|
||||
[sam]
|
||||
enabled = true
|
||||
address = 127.0.0.1
|
||||
port = 7656
|
||||
|
||||
[ntcp2]
|
||||
enabled = true
|
||||
#published = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue