home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / default / ferm < prev    next >
Encoding:
Text File  |  2013-01-10  |  302 b   |  14 lines

  1. # configuration for /etc/init.d/ferm
  2.  
  3. # use iptables-restore for fast firewall initialization?
  4. FAST=yes
  5.  
  6. # cache the output of ferm --lines in /var/cache/ferm?
  7. CACHE=yes
  8.  
  9. # additional paramaters for ferm (like --def '$foo=bar')
  10. OPTIONS=
  11.  
  12. # Enable the ferm init script? (i.e. run on bootup)
  13. ENABLED=yes
  14.