-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ri2p.config.toml
17 lines (16 loc) · 1020 Bytes
/
.ri2p.config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
# ri2p Configuration File #
# #
# Note: This configuration file contains all user-modifiable configuration #
# options. Each configuration option is prepended with comments that #
# explain how the configuration option is used, along with it's #
# default value. #
################################################################################
# Details: i2p reseed hosts.txt files.
# Default value: [ "http://reg.i2p/hosts.txt", "http://identiguy.i2p/hosts.txt", "http://stats.i2p/cgi-bin/newhosts.txt", "http://i2p-projekt.i2p/hosts.txt" ]
reseed_hosts = [
"http://reg.i2p/hosts.txt",
"http://identiguy.i2p/hosts.txt",
"http://stats.i2p/cgi-bin/newhosts.txt",
"http://i2p-projekt.i2p/hosts.txt"
]