conntrackd.confd-r2 441 B

123456789101112131415
  1. # conntrackd config file
  2. # default: /etc/conntrackd/conntrackd.conf
  3. #CONNTRACKD_CFG=/etc/conntrackd/conntrackd.conf
  4. # conntrackd lockfile (must match the "LockFile" entry
  5. # from the "General" section in the config file)
  6. # default: /run/lock/conntrack.lock
  7. #CONNTRACKD_LOCK=/run/lock/conntrack.lock
  8. # extra options for conntrackd
  9. #CONNTRACKD_OPTS="" # you must NOT use -C here!
  10. # depend on a specific network interface
  11. #rc_need="net.eth1"