forked from glftpd/foo-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.bouncer
36 lines (19 loc) · 875 Bytes
/
README.bouncer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The very quick README for simple_entry (foo.bnc v3.2).
Quick feature-list:
* Supports cycling controlconnections between more IP/ports.
* All messages returned by the bouncer are customizable.
* Threaded using threadpool for minimum overhead.
* Ident lookup and passing to ftpd in IDNT style.
* Configurable timeout values for ident/connect/idle.
* Hammer protection on per-IP basis.
* Optional logging for debugging needs.
* Stable :-). Tested on 24/7 ftp systems for over a year.
Quick setup info:
1) Make a copy of the simple_sample.cfg and edit it to fit
your setup. The simple_sample.cfg is well-documented,
if you know what a bouncer is, you should have no problems
configuring this.
2) Take a look at the my.*.txt files, and edit them to your
likings.
3) Start it up. Run ./simple_entry without any arguments
for info on parameters.