Skip to content

Allow traffic from specific countries only

This example custom rule blocks requests based on country code using the ip.src.country field, only allowing requests from two countries: United States and Mexico.

  • When incoming requests match:

    FieldOperatorValue
    Countryis not inMexico, United States

    If you are using the expression editor:
    (not ip.src.country in {"US" "MX"})

  • Then take action: Block

Other resources