Mercurial > notdcc
comparison homedir/flod @ 0:c7f6b056b673
First import of vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Tue, 10 Mar 2009 13:49:58 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c7f6b056b673 |
---|---|
1 # Sample DCC server peers | |
2 # This file contains peers to which the local DCC server should flood | |
3 # reports of checksums of possible spam. See dccd(8). | |
4 | |
5 # In this example the two servers, dcc1.domain.com and dcc2.domain.com | |
6 # authenticate their floods of checksums with the passwords of the | |
7 # passwd-ID 1000. See the sample ids file. | |
8 | |
9 # hostname,port rem-id [passwd-id] [out-opts] [in-opts] | |
10 #dcc1.domain.com 101 1000 | |
11 #dcc2.domain.com 102 1000 | |
12 | |
13 # This example floods to a local server using a private IDs. This is | |
14 # NOT recommend. See the description of server-ID remapping in the | |
15 # flod file description in the dccd man page. | |
16 #temp.domain.com 32700 1000 - 32700-32767->self | |
17 # The first "-" in that line is significant. | |
18 | |
19 # Rhyolite Software DCC 1.3.103-1.13 $Revision$ |