Skip to content

How can I deny multiple values ? #4

Description

@anhhuyla

Hi,

I would like to deny record from field host:1.2.3.4 and host:2.3.4.5, so I config this :

< match access >
type filter
all allow
deny host: "1.2.3.4"
deny host: "2.3.4.5"
< / match >

But just the "2.3.4.5" worked !

How can I make both ?

Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions