1# FastTrack/FastTrack.conf
2###############################################################################
3
4###############################################################################
5# MAIN
6
7[main]
8
9#
10# Your username. FastTrack will not allow access to the network without a
11# username. The username is not unique on the network and is not to be trusted.
12# The username must _not_ contain _whitespaces_!
13#
14alias = giFTed
15
16#
17# The port FastTrack will listen on for incoming connections. Both TCP and UDP.
18#
19port = 1214
20
21#
22# If you are behind a NAT and you are forwarding the above port set this to 1
23# i.e. you forward outside_ip:port -> inside_ip:port
24# outside_ip and inside_ip are determined automatically.
25# Set this to zero if you are not forwarding.
26#
27forwarding = 1
28
29#
30# If set to 1 FastTrack will share files as configured with giFT.
31# If set to 0 files will never be shared on FastTrack even if giFT
32# shares on other networks.
33#
34allow_sharing = 0
35
36#
37# If set to 1 FastTrack will filter out all search results which come from
38# ips matching the ranges specified in the file ~/.giFT/FastTrack/banlist
39#
40banlist_filter = 1
41
42#
43# Number of times the plugin will search again after a search has completed.
44# Setting it to 2, for exmaple, will search two times after the original
45# search, that is three times total. Zero means there will be no additional
46# search after the initial one.
47# Don't overdo it! The supernode will disconnect you for excessive searching.
48#
49auto_search_more = 2
50
51#
52# Number of additional supernode connections we keep besides the main one.
53# Increases the search horizon though it is unclear by how much exactly.
54# Values above 10 are clipped to protect you from yourself.
55#
56additional_sessions = 3
57