Skip to content

required env var not documented on README #2

@italovalcy

Description

@italovalcy

Hi,

The following env vars are required but not documented on the README file:

# Wait for SecFlood Interfaces to become available and then update config
echo "waiting for interfaces to become available..."
until ip link show dev "$SECFLOOD_INTF_INSIDE" >/dev/null 2>&1; do
	sleep 2
done
until ip link show dev "$SECFLOOD_INTF_OUTSIDE" >/dev/null 2>&1; do
	sleep 2
done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions