From: fredrik Date: Wed, 11 Apr 2007 18:17:28 +0000 (+0000) Subject: New default config. X-Git-Tag: 0.3~34 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=749b9098834de3ebf6cdec3fb05136ddaa68237a New default config. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@903 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/doldacond.conf b/config/doldacond.conf index 2f4d641..fbfaa95 100644 --- a/config/doldacond.conf +++ b/config/doldacond.conf @@ -3,12 +3,24 @@ # Default nick name set cli.defnick DoldaConnectUser +# Shares: The syntax is "share sharename sharepath", where sharename +# is the name of the share as the peers see it, and sharepath is the +# local path to the shared files. +share Video /home/pub/video +share Music /home/pub/audio + # Net mode: # 0 - Active # 1 - Passive # 2 - Will be SOCKS proxy when implemented set net.mode 0 +# If -1, the daemon will not listen for UI connections over TCP at all +# (only on a local Unix socket). Please comment the following line to +# enable listening for TCP UI connections on the default port, but +# read the INSTALL file first. +set ui.port -1 + # If 1, then accept UI connections only over the loopback interface set ui.onlylocal 0 @@ -31,10 +43,6 @@ set dc.speedstring LAN(T1) # Description string: set dc.desc "Dolda Connect User" -# Shares: "share sharename sharepath", where sharename is the name of the share as the peers see it, and sharepath is the local path to the shared files -share Video /home/pub/video -share Music /home/pub/audio - # Allowed users and privileges # Syntax is "user username [-]privs..." # username can be default to match any user that doesn't match the other entries