Skip to main content

clawker firewall bypass

Temporarily bypass firewall for a container

Synopsis

Grant a container unrestricted egress for a specified duration. Disables iptables rules for the container and schedules automatic re-enable after the timeout. The timer runs inside the container. By default the command blocks with a countdown timer. Press Ctrl+C to stop the bypass early (re-enables firewall). Press q/Esc to detach (leave timer running in background). Use —non-interactive to start the bypass in the background. In this mode, use —stop to cancel early (re-enables firewall immediately).
clawker firewall bypass <duration> [flags]

Examples

  # Bypass firewall for 5 minutes (blocks with countdown)
  clawker firewall bypass 5m --agent dev

  # Bypass in background (fire-and-forget)
  clawker firewall bypass 5m --agent dev --non-interactive

  # Stop a background bypass (re-enables firewall immediately)
  clawker firewall bypass --stop --agent dev

Options

      --agent string      Agent name to identify the container
  -h, --help              help for bypass
      --non-interactive   Start bypass in background (use --stop to cancel)
      --stop              Stop an active bypass (re-enables firewall)

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also