mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
16 lines
498 B
Plaintext
16 lines
498 B
Plaintext
# conntrackd config file
|
|
# default: /etc/conntrackd/conntrackd.conf
|
|
#CONNTRACKD_CFG=/etc/conntrackd/conntrackd.conf
|
|
|
|
# conntrackd lockfile (must match the "LockFile" entry
|
|
# from the "General" section in the config file)
|
|
# default: /var/lock/conntrack.lock
|
|
#CONNTRACKD_LOCK=/var/lock/conntrack.lock
|
|
|
|
# extra options for conntrackd
|
|
#CONNTRACKD_OPTS="" # you must NOT use -C here!
|
|
|
|
# depend on a specific network interface
|
|
#RC_NEED="net.eth1" # baselayout-1
|
|
#rc_need="net.eth1" # baselayout-2/OpenRC
|