Skip to content

How can I deny multiple values ? #4

@anhhuyla

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.

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