# Lines added by the package maintainer:

# The `conntrack' argument is the only mode I can offer by default.
# as I don't know the devices of your firewall. 
# You might consider changing "conntrack" to the names of two devices,
# the first device being the device behind the firewall (hosts there have
# their IP addresses source-natted), the 2nd device being the device before
# the firewall (e.g., the device connected to the Internet or outside world).
# Example:
#   DAEMON_ARGS="tun0 eth0"

DAEMON_ARGS="conntrack"

# change to `yes' (no quotes) if natlog should start automatically
START=no
