Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt

Use this file to discover all available pages before exploring further.

Control distribution access at the network level. Allow or deny individual IPs or full CIDR ranges.
IP Access Policy

Modes

  • Allow by default — anyone can access; you list IPs/ranges to block.
  • Deny by default — access blocked; you list IPs/ranges that may pass.

CIDR notation

Use CIDR to express ranges in a single line.
IP Access Policy
NotationMeaning
203.0.113.42Single host
203.0.113.0/24256 addresses (one /24 block)
10.0.0.0/8All 10.x.x.x addresses

When to use this

  • Restrict an internal staging origin to your office IP range.
  • Block known abusive IPs while keeping the rest open.
  • Limit a partner-only feed to their egress IPs.