]>
Commit | Line | Data |
---|---|---|
02dc0a76 MT |
1 | |
2 | (* List of known servers *) | |
3 | known_servers = [] | |
4 | Overnet = { | |
5 | ||
6 | (* List of IP addresses to use to boot Kademlia networks *) | |
7 | boot_peers = [] | |
8 | } | |
9 | Kademlia = { | |
10 | ||
11 | (* List of IP addresses to use to boot Kademlia networks *) | |
12 | boot_peers = [] | |
13 | } | |
14 | ||
15 | (* | |
16 | The following options are not used (errors, obsolete, ...) | |
17 | *) |