File: README.Debian

package info (click to toggle)
ffproxy 1.6-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 904 kB
  • sloc: ansic: 2,311; asm: 578; sh: 425; makefile: 93
file content (19 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ffproxy for Debian
------------------

 - ffproxy for debian include a patch which add minor feature and fix a bug:
    This patch (01_add_piddir.dpatch):
     - make possible to set (command line or config file) a directory to store
       the ffproxy.pid file when ffproxy daemonize() or not. The default
       behaviour was to create the ffproxy.pid file in /usr/share/ffproxy only
       in daemonize mode.
     - This patch fix a bug which appears when ffproxy drop its privileges for
       any user/group, and when it is in daemonize mode, ffproxy can't write
       its pid file (ffproxy.pid) in the /usr/share/ffproxy directory because
       of wrong permissions.
 - Traffic rules:
    By default, ffproxy does not allow any traffic. You have to take a look at
    ffproxy.quick manpage to configure access to the proxy. Take a look at
    /etc/ffproxy/db/access.ip and /etc/ffproxy/db/access.host setup access.

 -- Emmanuel Bouthenot <kolter@debian.org>  Sun, 30 Oct 2011 23:54:12 +0000