| 123456789101112131415161718192021222324252627282930 |
- ##
- ## bitflu.config -- Bitflu configuration
- ##
- bind = 127.0.0.1
- port = 6688
- telnetbind = 127.0.0.1
- telnet = 4001
- httpbind = 127.0.0.1
- http = 4081
- maxpeers = 48
- grabpeers = 32
- maxup = 45
- unchokeup = 5
- rootdir = @l_prefix@/var/bitflu/db
- publishdir = ./publish
- autoloaddir = ./autoload
- kick_autoload = 360
- kick_refreshpeers = 111
- write_per_sec = 3
- notifycompleted = 0
- trackerblacklist = ^127\.0|^192\.|example\.com
- userauth = openpkg:3a72c5bbae413cfb0d2f149ea4fc3a3586743cdf
|