Skip to content
Discussion options

You must be logged in to vote

Using the firewall plugin enables both query and response processing. query processing defaults to the block action if no rules are defined. Therefore if no query rules are defined, all queries coming through will get blocked before a response is determined.

Specifying a permissive query rule should enable a response-only based policy. For example ...

. {

  firewall query {
    allow true
  }

  firewall response {
    drop true
  }

  forward . 8.8.8.8
}

I'll look into defaulting queries to allow and possible repercussions of changing that, but for now I'll update the README with an example to make this more clear.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mariolg
Comment options

Answer selected by chrisohaver
Comment options

You must be logged in to vote
1 reply
@chrisohaver
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants