Add to git.
[dlife.git] / client.conf
1 # DLIFE network client configuration file.
2
3 # Note: You should either set ``server_url'' or set ``server''
4 # (possibly both).
5
6 #----------------------------------------------------------------------
7 # If set, then the client will download the given web page looking
8 # for servers to connect to.
9
10 server_url      http://dlife.annexia.org/servers.txt
11
12 # If you want the client to only connect to servers in a given
13 # geographical zone (in order to reduce network traffic), then
14 # set this to a list of ISO 3166 country codes and/or geographical
15 # continent codes and/or domain names.
16 #
17 # Example (1): The client will only connect to servers in the
18 # United Kingdom, France and the Netherlands.
19 #
20 # server_zone   uk fr nl
21 #
22 # Example (2): The client will only connect to servers in the
23 # US or European Union.
24 #
25 # server_zone   us eu
26 #
27 # Example (3): The client will only connect to servers in the
28 # domain bibliotech.net.
29 #
30 # server_zone   .bibliotech.net
31
32 #----------------------------------------------------------------------
33 # This causes the client to connect directly to the servers listed.
34 #
35 # Example: Connect to dlife1.bibliotech.net or dlife2.bibliotech.net.
36 #
37 # server        dlife1.bibliotech.net  dlife2.bibliotech.net
38
39 #----------------------------------------------------------------------
40 # How many cells to upload each pass (normally each hour).
41 #
42 max_cells_upload_per_pass       6
43
44 # How many cells to download each pass (normally each hour).
45 #
46 max_cells_download_per_pass     4