Lines 1-6
Link Here
|
1 |
--- src/frox.conf.orig Wed Jun 12 08:01:44 2002 |
1 |
--- src/frox.conf.orig Sat Apr 5 17:30:35 2003 |
2 |
+++ src/frox.conf Wed Jun 12 08:12:27 2002 |
2 |
+++ src/frox.conf Mon Apr 7 15:05:51 2003 |
3 |
@@ -18,6 +18,7 @@ |
3 |
@@ -18,16 +18,13 @@ |
4 |
# commented out to listen on all local IPs. |
4 |
# commented out to listen on all local IPs. |
5 |
# |
5 |
# |
6 |
# Listen firewall.localnet |
6 |
# Listen firewall.localnet |
Lines 8-24
Link Here
|
8 |
Listen 192.168.2.1 |
8 |
Listen 192.168.2.1 |
9 |
|
9 |
|
10 |
# Port to listen on. Must be supplied. |
10 |
# Port to listen on. Must be supplied. |
11 |
@@ -26,7 +27,8 @@ |
|
|
12 |
|
13 |
# If specified then bind to this device |
14 |
# |
11 |
# |
15 |
-BindToDevice eth0 |
12 |
Port 2121 |
16 |
+# DON'T USE: It's not supported for FreeBSD |
|
|
17 |
+#BindToDevice eth0 |
18 |
|
13 |
|
|
|
14 |
-# If specified then bind to this device |
15 |
-# |
16 |
-BindToDevice eth0 |
17 |
- |
19 |
# Whether to run from inetd. You should still define Port above, but |
18 |
# Whether to run from inetd. You should still define Port above, but |
20 |
# it isn't used for much. |
19 |
# it isn't used for much. |
21 |
@@ -39,7 +41,7 @@ |
20 |
# |
|
|
21 |
@@ -44,7 +41,7 @@ |
22 |
# comment this out and copy resolver libraries into the chroot jail instead. |
22 |
# comment this out and copy resolver libraries into the chroot jail instead. |
23 |
# See FAQ section 3.2 for details. |
23 |
# See FAQ section 3.2 for details. |
24 |
# |
24 |
# |
Lines 27-33
Link Here
|
27 |
|
27 |
|
28 |
# Another ftp proxy to forward on to. Frox will contact this ftp |
28 |
# Another ftp proxy to forward on to. Frox will contact this ftp |
29 |
# proxy, and send it a login name of the form "user@host:port" where |
29 |
# proxy, and send it a login name of the form "user@host:port" where |
30 |
@@ -54,8 +56,8 @@ |
30 |
@@ -64,8 +61,8 @@ |
31 |
# you really want to run as root (not a good idea) you must say so |
31 |
# you really want to run as root (not a good idea) you must say so |
32 |
# specifically, and have compiled with --enable-run-as-root. |
32 |
# specifically, and have compiled with --enable-run-as-root. |
33 |
# |
33 |
# |
Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
# This is frox's working directory - it must be specified. Temporary |
39 |
# This is frox's working directory - it must be specified. Temporary |
40 |
# files and sockets will be created here. If you are using local |
40 |
# files and sockets will be created here. If you are using local |
41 |
@@ -64,8 +66,8 @@ |
41 |
@@ -74,8 +71,8 @@ |
42 |
# also chroot to this dir on startup. To avoid this you must specifically |
42 |
# also chroot to this dir on startup. To avoid this you must specifically |
43 |
# set DontChroot to Yes. |
43 |
# set DontChroot to Yes. |
44 |
# |
44 |
# |