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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
--- frox-0.7.18/src/frox.conf.orig 2005-02-04 11:24:55.000000000 +0100
+++ frox-0.7.18/src/frox.conf 2008-12-01 20:16:21.000000000 +0100
@@ -18,7 +18,7 @@
# commented out to listen on all local IPs.
#
# Listen firewall.localnet
-Listen 192.168.2.1
+# Listen 192.168.2.1
# Port to listen on. Must be supplied.
#
@@ -26,7 +26,7 @@
# If specified then bind to this device
#
-BindToDevice eth0
+# BindToDevice eth0
# Whether to run from inetd. You should still define Port above, but
# it isn't used for much.
@@ -73,8 +73,8 @@
# you really want to run as root (not a good idea) you must say so
# specifically, and have compiled with --enable-run-as-root.
#
-# User nobody
-# Group nogroup
+User frox
+Group frox
# This is frox's working directory - it must be specified. Temporary
# files and sockets will be created here. If you are using local
@@ -83,7 +83,7 @@
# also chroot to this dir on startup. To avoid this you must specifically
# set DontChroot to Yes.
#
-# WorkingDir /usr/local/lib/frox
+WorkingDir /var/cache/frox
# DontChroot Yes
# Logging level. 0=No logging. 5=Critical errors only. 10= All errors.
@@ -97,7 +97,7 @@
# below.
#
# LogLevel 15
-# LogFile /usr/local/lib/frox/frox-log
+# LogFile /var/log/frox.log
# XferLogging no
# File to store PID in. Default is not to. If this file is not within
@@ -116,7 +116,7 @@
# connection coming in. This makes firewalling a lot easier. Defaults
# to no.
#
-# APConv yes
+APConv yes
# Passive --> Active conversion. If set then all outgoing connections
# from the proxy will be active FTP, regardless of the type of the
@@ -217,7 +217,7 @@
# offered non transparent proxying. If you are not using transparent
# proxying at all then you should leave NTPAddress commented out.
#
-# DoNTP yes
+DoNTP yes
# NTPAddress 192.168.2.1:2121
# Number of seconds of no activity before closing session
@@ -281,7 +281,7 @@
# reccommended for new scripts -- set UseOldCCP to false to use it.
# See the FAQ for details.
#
-# CCProgram /usr/local/lib/frox/bin/ccp
+# CCProgram /usr/lib/frox/ccp
# UseOldCCP no
|